#BDDBB6
A light, moderate green closely aligning with Darkseagreen.
About #BDDBB6
Visually, #BDDBB6 is defined as a moderate green. It is closely associated with the named CSS color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 219, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. With a hue angle of 108.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDDBB6
RGB189, 219, 182
HSL108.6°, 33.9%, 78.6%
CMYK14%, 0%, 17%, 14%
HSV108.6°, 16.9%, 85.9%
LAB84.4, -16.8, 14.9
XYZ54.8, 64.9, 53.9
Decimal12442550
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.97:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDBB6;
}
.text-color {
color: #BDDBB6;
}
.border-color {
border: 2px solid #BDDBB6;
}