Shades of Light Blue #BDDAE5
Tints of Light Blue #BDDAE5
RGB
CMYK
RGB Variations
Color information
#BDDAE5 (or 0xBDDAE5) is known color: Light Blue. HEX triplet: BD, DA and E5. RGB value is (189,218,229). Sum of RGB (Red+Green+Blue) = 189+218+229=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAE5 is #42251A. Grayscale: #D2D2D2. Windows color (decimal): -4334875 or 15063741. OLE color: 15063741.
HSL color Cylindrical-coordinate representation of color #BDDAE5: hue angle of 196.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDAE5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 218 | 229 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.10 |
| HSL | 196.5º | 0.43% | 0.82% | - |
| HSV(B) | 196.5º | 0.17% | 0.9% | - |
| XYZ | 60.2 | 66.62 | 83.81 | - |
| YUV | 210.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 229 | 0.17 | 0.05 | 0 | 0.10 | 196.5 | 0.43 | 0.82 |
| Hex | BD | DA | E5 | 11 | 5 | 0 | A | C4 | 2B | 52 |
| Octal | 275 | 332 | 345 | 21 | 5 | 0 | 12 | 304 | 53 | 122 |
| Binary | 10111101 | 11011010 | 11100101 | 10001 | 101 | 0 | 1010 | 11000100 | 101011 | 1010010 |
Color Harmonies of #BDDAE5
Complementary color
Monochromatic Colors of #BDDAE5
Black with #BDDAE5
Text Example
Text Example
White with #BDDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAE5; }
p { color: rgb(189,218,229); }
H1.HeaderClassName
{
color: #BDDAE5;
}
.AnyTagClassName
{
color: #BDDAE5;
}
</style>
background-color css
<style>
a { background-color: #BDDAE5; }
a { background-color: rgb(189,218,229); }
div.DivClassName
{
background-color: #BDDAE5;
}
.BgClassName
{
background-color: #BDDAE5;
}
</style>
border-color css
<style>
span { border-color: #BDDAE5; }
span { border-color: rgb(189,218,229); }
td.TdClassName
{
border-color: #BDDAE5;
}
.TagClassName
{
border-color: #BDDAE5;
}
</style>