#BDCCBD
A light, muted green closely aligning with Silver.
About #BDCCBD
Visually, #BDCCBD is defined as a muted green. It is closely associated with the named CSS color Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 204, and 189.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDCCBD
RGB189, 204, 189
HSL120.0°, 12.8%, 77.1%
CMYK7%, 0%, 7%, 20%
HSV120.0°, 7.4%, 80.0%
LAB80.6, -7.9, 5.7
XYZ51.8, 57.7, 56.5
Decimal12438717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCCBD;
}
.text-color {
color: #BDCCBD;
}
.border-color {
border: 2px solid #BDCCBD;
}