#BDCCA0
A light, moderate green closely aligning with Darkseagreen.
About #BDCCA0
At its core, #BDCCA0 is a light and moderate hue. It is closely associated with the named CSS color Darkseagreen. Its digital footprint relies on 189 parts red, 204 parts green, and 160 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 7% Cyan, 0% Magenta, 22% Yellow, and 20% Black. With a hue angle of 80.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDCCA0
RGB189, 204, 160
HSL80.5°, 30.1%, 71.4%
CMYK7%, 0%, 22%, 20%
HSV80.5°, 21.6%, 80.0%
LAB79.9, -12.7, 20.3
XYZ48.9, 56.5, 41.6
Decimal12438688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCCA0;
}
.text-color {
color: #BDCCA0;
}
.border-color {
border: 2px solid #BDCCA0;
}