Shades of Light Blue #BDD2DD
Tints of Light Blue #BDD2DD
RGB
CMYK
RGB Variations
Color information
#BDD2DD (or 0xBDD2DD) is known color: Light Blue. HEX triplet: BD, D2 and DD. RGB value is (189,210,221). Sum of RGB (Red+Green+Blue) = 189+210+221=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DD is #422D22. Grayscale: #CCCCCC. Windows color (decimal): -4336931 or 14537405. OLE color: 14537405.
HSL color Cylindrical-coordinate representation of color #BDD2DD: hue angle of 200.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD2DD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 210 | 221 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 200.63º | 0.32% | 0.8% | - |
| HSV(B) | 200.63º | 0.14% | 0.87% | - |
| XYZ | 57.08 | 62.13 | 77.39 | - |
| YUV | 204.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 221 | 0.14 | 0.05 | 0 | 0.13 | 200.63 | 0.32 | 0.8 |
| Hex | BD | D2 | DD | E | 5 | 0 | D | C9 | 20 | 50 |
| Octal | 275 | 322 | 335 | 16 | 5 | 0 | 15 | 311 | 40 | 120 |
| Binary | 10111101 | 11010010 | 11011101 | 1110 | 101 | 0 | 1101 | 11001001 | 100000 | 1010000 |
Color Harmonies of #BDD2DD
Complementary color
Monochromatic Colors of #BDD2DD
Black with #BDD2DD
Text Example
Text Example
White with #BDD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2DD; }
p { color: rgb(189,210,221); }
H1.HeaderClassName
{
color: #BDD2DD;
}
.AnyTagClassName
{
color: #BDD2DD;
}
</style>
background-color css
<style>
a { background-color: #BDD2DD; }
a { background-color: rgb(189,210,221); }
div.DivClassName
{
background-color: #BDD2DD;
}
.BgClassName
{
background-color: #BDD2DD;
}
</style>
border-color css
<style>
span { border-color: #BDD2DD; }
span { border-color: rgb(189,210,221); }
td.TdClassName
{
border-color: #BDD2DD;
}
.TagClassName
{
border-color: #BDD2DD;
}
</style>