Shades of Light Blue #BDDAE4
Tints of Light Blue #BDDAE4
RGB
CMYK
RGB Variations
Color information
#BDDAE4 (or 0xBDDAE4) is known color: Light Blue. HEX triplet: BD, DA and E4. RGB value is (189,218,228). Sum of RGB (Red+Green+Blue) = 189+218+228=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAE4 is #42251B. Grayscale: #D2D2D2. Windows color (decimal): -4334876 or 14998205. OLE color: 14998205.
HSL color Cylindrical-coordinate representation of color #BDDAE4: hue angle of 195.38º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDAE4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 218 | 228 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.11 |
| HSL | 195.38º | 0.42% | 0.82% | - |
| HSV(B) | 195.38º | 0.17% | 0.89% | - |
| XYZ | 60.06 | 66.56 | 83.08 | - |
| YUV | 210.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 228 | 0.17 | 0.04 | 0 | 0.11 | 195.38 | 0.42 | 0.82 |
| Hex | BD | DA | E4 | 11 | 4 | 0 | B | C3 | 2A | 52 |
| Octal | 275 | 332 | 344 | 21 | 4 | 0 | 13 | 303 | 52 | 122 |
| Binary | 10111101 | 11011010 | 11100100 | 10001 | 100 | 0 | 1011 | 11000011 | 101010 | 1010010 |
Color Harmonies of #BDDAE4
Complementary color
Monochromatic Colors of #BDDAE4
Black with #BDDAE4
Text Example
Text Example
White with #BDDAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAE4; }
p { color: rgb(189,218,228); }
H1.HeaderClassName
{
color: #BDDAE4;
}
.AnyTagClassName
{
color: #BDDAE4;
}
</style>
background-color css
<style>
a { background-color: #BDDAE4; }
a { background-color: rgb(189,218,228); }
div.DivClassName
{
background-color: #BDDAE4;
}
.BgClassName
{
background-color: #BDDAE4;
}
</style>
border-color css
<style>
span { border-color: #BDDAE4; }
span { border-color: rgb(189,218,228); }
td.TdClassName
{
border-color: #BDDAE4;
}
.TagClassName
{
border-color: #BDDAE4;
}
</style>