#B6C5C5
A light, muted cyan closely aligning with Silver.
About #B6C5C5
When working with digital screens, the color #B6C5C5 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Silver. In the RGB color space, it consists of 182 red, 197 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 8% C, 0% M, 0% Y, and 23% K. The HSL representation is 180.0° hue, 11.5% saturation, and 74.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6C5C5
RGB182, 197, 197
HSL180.0°, 11.5%, 74.3%
CMYK8%, 0%, 0%, 23%
HSV180.0°, 7.6%, 77.3%
LAB78.4, -5.1, -1.8
XYZ49.3, 53.9, 60.6
Decimal11978181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.78:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C5C5;
}
.text-color {
color: #B6C5C5;
}
.border-color {
border: 2px solid #B6C5C5;
}