Shades of Light Blue #BDD4E2
Tints of Light Blue #BDD4E2
RGB
CMYK
RGB Variations
Color information
#BDD4E2 (or 0xBDD4E2) is known color: Light Blue. HEX triplet: BD, D4 and E2. RGB value is (189,212,226). Sum of RGB (Red+Green+Blue) = 189+212+226=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDD4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4E2 is #422B1D. Grayscale: #CECECE. Windows color (decimal): -4336414 or 14865597. OLE color: 14865597.
HSL color Cylindrical-coordinate representation of color #BDD4E2: hue angle of 202.7º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD4E2 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 212 | 226 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.11 |
| HSL | 202.7º | 0.39% | 0.81% | - |
| HSV(B) | 202.7º | 0.16% | 0.89% | - |
| XYZ | 58.26 | 63.4 | 81.12 | - |
| YUV | 206.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 226 | 0.16 | 0.06 | 0 | 0.11 | 202.7 | 0.39 | 0.81 |
| Hex | BD | D4 | E2 | 10 | 6 | 0 | B | CB | 27 | 51 |
| Octal | 275 | 324 | 342 | 20 | 6 | 0 | 13 | 313 | 47 | 121 |
| Binary | 10111101 | 11010100 | 11100010 | 10000 | 110 | 0 | 1011 | 11001011 | 100111 | 1010001 |
Color Harmonies of #BDD4E2
Complementary color
Monochromatic Colors of #BDD4E2
Black with #BDD4E2
Text Example
Text Example
White with #BDD4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4E2; }
p { color: rgb(189,212,226); }
H1.HeaderClassName
{
color: #BDD4E2;
}
.AnyTagClassName
{
color: #BDD4E2;
}
</style>
background-color css
<style>
a { background-color: #BDD4E2; }
a { background-color: rgb(189,212,226); }
div.DivClassName
{
background-color: #BDD4E2;
}
.BgClassName
{
background-color: #BDD4E2;
}
</style>
border-color css
<style>
span { border-color: #BDD4E2; }
span { border-color: rgb(189,212,226); }
td.TdClassName
{
border-color: #BDD4E2;
}
.TagClassName
{
border-color: #BDD4E2;
}
</style>