Shades of Light Blue #BDD9EC
Tints of Light Blue #BDD9EC
RGB
CMYK
RGB Variations
Color information
#BDD9EC (or 0xBDD9EC) is known color: Light Blue. HEX triplet: BD, D9 and EC. RGB value is (189,217,236). Sum of RGB (Red+Green+Blue) = 189+217+236=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9EC is #422613. Grayscale: #D2D2D2. Windows color (decimal): -4335124 or 15522237. OLE color: 15522237.
HSL color Cylindrical-coordinate representation of color #BDD9EC: hue angle of 204.26º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD9EC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 217 | 236 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.07 |
| HSL | 204.26º | 0.55% | 0.83% | - |
| HSV(B) | 204.26º | 0.2% | 0.93% | - |
| XYZ | 60.94 | 66.5 | 88.98 | - |
| YUV | 210.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 236 | 0.20 | 0.08 | 0 | 0.07 | 204.26 | 0.55 | 0.83 |
| Hex | BD | D9 | EC | 14 | 8 | 0 | 7 | CC | 37 | 53 |
| Octal | 275 | 331 | 354 | 24 | 10 | 0 | 7 | 314 | 67 | 123 |
| Binary | 10111101 | 11011001 | 11101100 | 10100 | 1000 | 0 | 111 | 11001100 | 110111 | 1010011 |
Color Harmonies of #BDD9EC
Complementary color
Monochromatic Colors of #BDD9EC
Black with #BDD9EC
Text Example
Text Example
White with #BDD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9EC; }
p { color: rgb(189,217,236); }
H1.HeaderClassName
{
color: #BDD9EC;
}
.AnyTagClassName
{
color: #BDD9EC;
}
</style>
background-color css
<style>
a { background-color: #BDD9EC; }
a { background-color: rgb(189,217,236); }
div.DivClassName
{
background-color: #BDD9EC;
}
.BgClassName
{
background-color: #BDD9EC;
}
</style>
border-color css
<style>
span { border-color: #BDD9EC; }
span { border-color: rgb(189,217,236); }
td.TdClassName
{
border-color: #BDD9EC;
}
.TagClassName
{
border-color: #BDD9EC;
}
</style>