Shades of Light Blue #BDD3DD
Tints of Light Blue #BDD3DD
RGB
CMYK
RGB Variations
Color information
#BDD3DD (or 0xBDD3DD) is known color: Light Blue. HEX triplet: BD, D3 and DD. RGB value is (189,211,221). Sum of RGB (Red+Green+Blue) = 189+211+221=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3DD is #422C22. Grayscale: #CDCDCD. Windows color (decimal): -4336675 or 14537661. OLE color: 14537661.
HSL color Cylindrical-coordinate representation of color #BDD3DD: hue angle of 198.75º 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 #BDD3DD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 211 | 221 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 198.75º | 0.32% | 0.8% | - |
| HSV(B) | 198.75º | 0.14% | 0.87% | - |
| XYZ | 57.33 | 62.63 | 77.47 | - |
| YUV | 205.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 221 | 0.14 | 0.05 | 0 | 0.13 | 198.75 | 0.32 | 0.8 |
| Hex | BD | D3 | DD | E | 5 | 0 | D | C7 | 20 | 50 |
| Octal | 275 | 323 | 335 | 16 | 5 | 0 | 15 | 307 | 40 | 120 |
| Binary | 10111101 | 11010011 | 11011101 | 1110 | 101 | 0 | 1101 | 11000111 | 100000 | 1010000 |
Color Harmonies of #BDD3DD
Complementary color
Monochromatic Colors of #BDD3DD
Black with #BDD3DD
Text Example
Text Example
White with #BDD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3DD; }
p { color: rgb(189,211,221); }
H1.HeaderClassName
{
color: #BDD3DD;
}
.AnyTagClassName
{
color: #BDD3DD;
}
</style>
background-color css
<style>
a { background-color: #BDD3DD; }
a { background-color: rgb(189,211,221); }
div.DivClassName
{
background-color: #BDD3DD;
}
.BgClassName
{
background-color: #BDD3DD;
}
</style>
border-color css
<style>
span { border-color: #BDD3DD; }
span { border-color: rgb(189,211,221); }
td.TdClassName
{
border-color: #BDD3DD;
}
.TagClassName
{
border-color: #BDD3DD;
}
</style>