#BDDBA0
A light, moderate green closely aligning with Darkseagreen.
About #BDDBA0
Visually, #BDDBA0 is defined as a moderate green. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(189, 219, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 0% M, 27% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDDBA0
RGB189, 219, 160
HSL90.5°, 45.0%, 74.3%
CMYK14%, 0%, 27%, 14%
HSV90.5°, 26.9%, 85.9%
LAB84.0, -20.3, 25.8
XYZ52.7, 64.0, 42.8
Decimal12442528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDBA0;
}
.text-color {
color: #BDDBA0;
}
.border-color {
border: 2px solid #BDDBA0;
}