#BDDBBD
A very light, muted green closely aligning with Beige.
About #BDDBBD
The hex code #BDDBBD represents a beautifully specific shade of green. Designers often compare it to the standard color Beige. Its digital footprint relies on 189 parts red, 219 parts green, and 189 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 14% Cyan, 0% Magenta, 14% Yellow, and 14% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDDBBD
RGB189, 219, 189
HSL120.0°, 29.4%, 80.0%
CMYK14%, 0%, 14%, 14%
HSV120.0°, 13.7%, 85.9%
LAB84.6, -15.5, 11.5
XYZ55.5, 65.2, 57.8
Decimal12442557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDBBD;
}
.text-color {
color: #BDDBBD;
}
.border-color {
border: 2px solid #BDDBBD;
}