Shades of Light Blue #BDD4DD
Tints of Light Blue #BDD4DD
RGB
CMYK
RGB Variations
Color information
#BDD4DD (or 0xBDD4DD) is known color: Light Blue. HEX triplet: BD, D4 and DD. RGB value is (189,212,221). Sum of RGB (Red+Green+Blue) = 189+212+221=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DD is #422B22. Grayscale: #CECECE. Windows color (decimal): -4336419 or 14537917. OLE color: 14537917.
HSL color Cylindrical-coordinate representation of color #BDD4DD: hue angle of 196.88º 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 #BDD4DD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 212 | 221 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.13 |
| HSL | 196.88º | 0.32% | 0.8% | - |
| HSV(B) | 196.88º | 0.14% | 0.87% | - |
| XYZ | 57.58 | 63.13 | 77.56 | - |
| YUV | 206.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 221 | 0.14 | 0.04 | 0 | 0.13 | 196.88 | 0.32 | 0.8 |
| Hex | BD | D4 | DD | E | 4 | 0 | D | C5 | 20 | 50 |
| Octal | 275 | 324 | 335 | 16 | 4 | 0 | 15 | 305 | 40 | 120 |
| Binary | 10111101 | 11010100 | 11011101 | 1110 | 100 | 0 | 1101 | 11000101 | 100000 | 1010000 |
Color Harmonies of #BDD4DD
Complementary color
Monochromatic Colors of #BDD4DD
Black with #BDD4DD
Text Example
Text Example
White with #BDD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4DD; }
p { color: rgb(189,212,221); }
H1.HeaderClassName
{
color: #BDD4DD;
}
.AnyTagClassName
{
color: #BDD4DD;
}
</style>
background-color css
<style>
a { background-color: #BDD4DD; }
a { background-color: rgb(189,212,221); }
div.DivClassName
{
background-color: #BDD4DD;
}
.BgClassName
{
background-color: #BDD4DD;
}
</style>
border-color css
<style>
span { border-color: #BDD4DD; }
span { border-color: rgb(189,212,221); }
td.TdClassName
{
border-color: #BDD4DD;
}
.TagClassName
{
border-color: #BDD4DD;
}
</style>