Shades of Light Blue #BDDAE9
Tints of Light Blue #BDDAE9
RGB
CMYK
RGB Variations
Color information
#BDDAE9 (or 0xBDDAE9) is known color: Light Blue. HEX triplet: BD, DA and E9. RGB value is (189,218,233). Sum of RGB (Red+Green+Blue) = 189+218+233=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAE9 is #422516. Grayscale: #D2D2D2. Windows color (decimal): -4334871 or 15325885. OLE color: 15325885.
HSL color Cylindrical-coordinate representation of color #BDDAE9: hue angle of 200.45º 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 #BDDAE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 218 | 233 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 200.45º | 0.5% | 0.83% | - |
| HSV(B) | 200.45º | 0.19% | 0.91% | - |
| XYZ | 60.77 | 66.84 | 86.79 | - |
| YUV | 211.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 233 | 0.19 | 0.06 | 0 | 0.09 | 200.45 | 0.5 | 0.83 |
| Hex | BD | DA | E9 | 13 | 6 | 0 | 9 | C8 | 32 | 53 |
| Octal | 275 | 332 | 351 | 23 | 6 | 0 | 11 | 310 | 62 | 123 |
| Binary | 10111101 | 11011010 | 11101001 | 10011 | 110 | 0 | 1001 | 11001000 | 110010 | 1010011 |
Color Harmonies of #BDDAE9
Complementary color
Monochromatic Colors of #BDDAE9
Black with #BDDAE9
Text Example
Text Example
White with #BDDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAE9; }
p { color: rgb(189,218,233); }
H1.HeaderClassName
{
color: #BDDAE9;
}
.AnyTagClassName
{
color: #BDDAE9;
}
</style>
background-color css
<style>
a { background-color: #BDDAE9; }
a { background-color: rgb(189,218,233); }
div.DivClassName
{
background-color: #BDDAE9;
}
.BgClassName
{
background-color: #BDDAE9;
}
</style>
border-color css
<style>
span { border-color: #BDDAE9; }
span { border-color: rgb(189,218,233); }
td.TdClassName
{
border-color: #BDDAE9;
}
.TagClassName
{
border-color: #BDDAE9;
}
</style>