Shades of Light Blue #BDD4DE
Tints of Light Blue #BDD4DE
RGB
CMYK
RGB Variations
Color information
#BDD4DE (or 0xBDD4DE) is known color: Light Blue. HEX triplet: BD, D4 and DE. RGB value is (189,212,222). Sum of RGB (Red+Green+Blue) = 189+212+222=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DE is #422B21. Grayscale: #CECECE. Windows color (decimal): -4336418 or 14603453. OLE color: 14603453.
HSL color Cylindrical-coordinate representation of color #BDD4DE: hue angle of 198.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD4DE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 212 | 222 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.13 |
| HSL | 198.18º | 0.33% | 0.81% | - |
| HSV(B) | 198.18º | 0.15% | 0.87% | - |
| XYZ | 57.71 | 63.18 | 78.26 | - |
| YUV | 206.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 222 | 0.15 | 0.05 | 0 | 0.13 | 198.18 | 0.33 | 0.81 |
| Hex | BD | D4 | DE | F | 5 | 0 | D | C6 | 21 | 51 |
| Octal | 275 | 324 | 336 | 17 | 5 | 0 | 15 | 306 | 41 | 121 |
| Binary | 10111101 | 11010100 | 11011110 | 1111 | 101 | 0 | 1101 | 11000110 | 100001 | 1010001 |
Color Harmonies of #BDD4DE
Complementary color
Monochromatic Colors of #BDD4DE
Black with #BDD4DE
Text Example
Text Example
White with #BDD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4DE; }
p { color: rgb(189,212,222); }
H1.HeaderClassName
{
color: #BDD4DE;
}
.AnyTagClassName
{
color: #BDD4DE;
}
</style>
background-color css
<style>
a { background-color: #BDD4DE; }
a { background-color: rgb(189,212,222); }
div.DivClassName
{
background-color: #BDD4DE;
}
.BgClassName
{
background-color: #BDD4DE;
}
</style>
border-color css
<style>
span { border-color: #BDD4DE; }
span { border-color: rgb(189,212,222); }
td.TdClassName
{
border-color: #BDD4DE;
}
.TagClassName
{
border-color: #BDD4DE;
}
</style>