#B0BEC5
Material bluegrey 200
#B0BEC5 is a blue colour. In RGB it is 176 red, 190 green and 197 blue, which converts to a hue of 200 degrees, 15% saturation and 73% lightness. It is Material bluegrey 200 in that design system's palette.
Color values
| HEX | #B0BEC5 |
|---|---|
| RGB | rgb(176, 190, 197) |
| HSL | hsl(200, 15%, 73%) |
| HSV | hsv(200, 11%, 77%) |
| CMYK | cmyk(11%, 4%, 0%, 23%) |
Contrast and accessibility
Against white the contrast ratio is 1.91:1, and against black it is 11.02:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.91:1 | Fail | Fail |
| Black | 11.02:1 | AAA | AAA |
Tints and shades
Lighter tints move #B0BEC5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #B0BEC5; |
|---|---|
| CSS rgb() | color: rgb(176 190 197); |
| Tailwind | bg-[#b0bec5] |
| SwiftUI | Color(red: 0.690, green: 0.745, blue: 0.773) |
| Android | Color.parseColor("#B0BEC5") |
Closest named color
The nearest CSS colour keyword to #B0BEC5 is silver (#C0C0C0).