Shades of Light Blue #BDD4E0
Tints of Light Blue #BDD4E0
RGB
CMYK
RGB Variations
Color information
#BDD4E0 (or 0xBDD4E0) is known color: Light Blue. HEX triplet: BD, D4 and E0. RGB value is (189,212,224). Sum of RGB (Red+Green+Blue) = 189+212+224=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDD4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4E0 is #422B1F. Grayscale: #CECECE. Windows color (decimal): -4336416 or 14734525. OLE color: 14734525.
HSL color Cylindrical-coordinate representation of color #BDD4E0: hue angle of 200.57º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD4E0 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 212 | 224 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.12 |
| HSL | 200.57º | 0.36% | 0.81% | - |
| HSV(B) | 200.57º | 0.16% | 0.88% | - |
| XYZ | 57.98 | 63.29 | 79.68 | - |
| YUV | 206.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 224 | 0.16 | 0.05 | 0 | 0.12 | 200.57 | 0.36 | 0.81 |
| Hex | BD | D4 | E0 | 10 | 5 | 0 | C | C9 | 24 | 51 |
| Octal | 275 | 324 | 340 | 20 | 5 | 0 | 14 | 311 | 44 | 121 |
| Binary | 10111101 | 11010100 | 11100000 | 10000 | 101 | 0 | 1100 | 11001001 | 100100 | 1010001 |
Color Harmonies of #BDD4E0
Complementary color
Monochromatic Colors of #BDD4E0
Black with #BDD4E0
Text Example
Text Example
White with #BDD4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4E0; }
p { color: rgb(189,212,224); }
H1.HeaderClassName
{
color: #BDD4E0;
}
.AnyTagClassName
{
color: #BDD4E0;
}
</style>
background-color css
<style>
a { background-color: #BDD4E0; }
a { background-color: rgb(189,212,224); }
div.DivClassName
{
background-color: #BDD4E0;
}
.BgClassName
{
background-color: #BDD4E0;
}
</style>
border-color css
<style>
span { border-color: #BDD4E0; }
span { border-color: rgb(189,212,224); }
td.TdClassName
{
border-color: #BDD4E0;
}
.TagClassName
{
border-color: #BDD4E0;
}
</style>