Shades of Light Blue #BDDCE9
Tints of Light Blue #BDDCE9
RGB
CMYK
RGB Variations
Color information
#BDDCE9 (or 0xBDDCE9) is known color: Light Blue. HEX triplet: BD, DC and E9. RGB value is (189,220,233). Sum of RGB (Red+Green+Blue) = 189+220+233=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCE9 is #422316. Grayscale: #D4D4D4. Windows color (decimal): -4334359 or 15326397. OLE color: 15326397.
HSL color Cylindrical-coordinate representation of color #BDDCE9: hue angle of 197.73º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDCE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 220 | 233 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 197.73º | 0.5% | 0.83% | - |
| HSV(B) | 197.73º | 0.19% | 0.91% | - |
| XYZ | 61.29 | 67.89 | 86.96 | - |
| YUV | 212.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 233 | 0.19 | 0.06 | 0 | 0.09 | 197.73 | 0.5 | 0.83 |
| Hex | BD | DC | E9 | 13 | 6 | 0 | 9 | C6 | 32 | 53 |
| Octal | 275 | 334 | 351 | 23 | 6 | 0 | 11 | 306 | 62 | 123 |
| Binary | 10111101 | 11011100 | 11101001 | 10011 | 110 | 0 | 1001 | 11000110 | 110010 | 1010011 |
Color Harmonies of #BDDCE9
Complementary color
Monochromatic Colors of #BDDCE9
Black with #BDDCE9
Text Example
Text Example
White with #BDDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCE9; }
p { color: rgb(189,220,233); }
H1.HeaderClassName
{
color: #BDDCE9;
}
.AnyTagClassName
{
color: #BDDCE9;
}
</style>
background-color css
<style>
a { background-color: #BDDCE9; }
a { background-color: rgb(189,220,233); }
div.DivClassName
{
background-color: #BDDCE9;
}
.BgClassName
{
background-color: #BDDCE9;
}
</style>
border-color css
<style>
span { border-color: #BDDCE9; }
span { border-color: rgb(189,220,233); }
td.TdClassName
{
border-color: #BDDCE9;
}
.TagClassName
{
border-color: #BDDCE9;
}
</style>