#BDDBF0
A very light, moderate blue closely aligning with Lightblue.
About #BDDBF0
Visually, #BDDBF0 is defined as a moderate blue. Its closest recognized web color is Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 219, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 21% Cyan, 9% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDDBF0
RGB189, 219, 240
HSL204.7°, 63.0%, 84.1%
CMYK21%, 9%, 0%, 6%
HSV204.7°, 21.2%, 94.1%
LAB85.9, -5.5, -13.6
XYZ62.0, 67.8, 92.2
Decimal12442608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.55:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDBF0;
}
.text-color {
color: #BDDBF0;
}
.border-color {
border: 2px solid #BDDBF0;
}