Shades of Light Blue #BDD2DC
Tints of Light Blue #BDD2DC
RGB
CMYK
RGB Variations
Color information
#BDD2DC (or 0xBDD2DC) is known color: Light Blue. HEX triplet: BD, D2 and DC. RGB value is (189,210,220). Sum of RGB (Red+Green+Blue) = 189+210+220=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DC is #422D23. Grayscale: #CCCCCC. Windows color (decimal): -4336932 or 14471869. OLE color: 14471869.
HSL color Cylindrical-coordinate representation of color #BDD2DC: hue angle of 199.35º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD2DC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 210 | 220 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.14 |
| HSL | 199.35º | 0.31% | 0.8% | - |
| HSV(B) | 199.35º | 0.14% | 0.86% | - |
| XYZ | 56.95 | 62.08 | 76.69 | - |
| YUV | 204.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 220 | 0.14 | 0.05 | 0 | 0.14 | 199.35 | 0.31 | 0.8 |
| Hex | BD | D2 | DC | E | 5 | 0 | E | C7 | 1F | 50 |
| Octal | 275 | 322 | 334 | 16 | 5 | 0 | 16 | 307 | 37 | 120 |
| Binary | 10111101 | 11010010 | 11011100 | 1110 | 101 | 0 | 1110 | 11000111 | 11111 | 1010000 |
Color Harmonies of #BDD2DC
Complementary color
Monochromatic Colors of #BDD2DC
Black with #BDD2DC
Text Example
Text Example
White with #BDD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2DC; }
p { color: rgb(189,210,220); }
H1.HeaderClassName
{
color: #BDD2DC;
}
.AnyTagClassName
{
color: #BDD2DC;
}
</style>
background-color css
<style>
a { background-color: #BDD2DC; }
a { background-color: rgb(189,210,220); }
div.DivClassName
{
background-color: #BDD2DC;
}
.BgClassName
{
background-color: #BDD2DC;
}
</style>
border-color css
<style>
span { border-color: #BDD2DC; }
span { border-color: rgb(189,210,220); }
td.TdClassName
{
border-color: #BDD2DC;
}
.TagClassName
{
border-color: #BDD2DC;
}
</style>