#B6CCBD
A light, muted green closely aligning with Silver.
About #B6CCBD
When working with digital screens, the color #B6CCBD is rendered by mixing light. It is closely associated with the named CSS color Silver. Its digital footprint relies on 182 parts red, 204 parts green, and 189 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 11% C, 0% M, 7% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6CCBD
RGB182, 204, 189
HSL139.1°, 17.7%, 75.7%
CMYK11%, 0%, 7%, 20%
HSV139.1°, 10.8%, 80.0%
LAB80.1, -10.3, 5.0
XYZ50.1, 56.8, 56.5
Decimal11979965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.36:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6CCBD;
}
.text-color {
color: #B6CCBD;
}
.border-color {
border: 2px solid #B6CCBD;
}