Shades of Aero Blue #BDE9D7
Tints of Aero Blue #BDE9D7
RGB
CMYK
RGB Variations
Color information
#BDE9D7 (or 0xBDE9D7) is known color: Aero Blue. HEX triplet: BD, E9 and D7. RGB value is (189,233,215). Sum of RGB (Red+Green+Blue) = 189+233+215=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9D7 is #421628. Grayscale: #D9D9D9. Windows color (decimal): -4331049 or 14150077. OLE color: 14150077.
HSL color Cylindrical-coordinate representation of color #BDE9D7: hue angle of 155.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 #BDE9D7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 215 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.09 |
| HSL | 155.45º | 0.5% | 0.83% | - |
| HSV(B) | 155.45º | 0.19% | 0.91% | - |
| XYZ | 62.39 | 74 | 75.29 | - |
| YUV | 217.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 215 | 0.19 | 0 | 0.08 | 0.09 | 155.45 | 0.5 | 0.83 |
| Hex | BD | E9 | D7 | 13 | 0 | 8 | 9 | 9B | 32 | 53 |
| Octal | 275 | 351 | 327 | 23 | 0 | 10 | 11 | 233 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11010111 | 10011 | 0 | 1000 | 1001 | 10011011 | 110010 | 1010011 |
Color Harmonies of #BDE9D7
Complementary color
Monochromatic Colors of #BDE9D7
Black with #BDE9D7
Text Example
Text Example
White with #BDE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9D7; }
p { color: rgb(189,233,215); }
H1.HeaderClassName
{
color: #BDE9D7;
}
.AnyTagClassName
{
color: #BDE9D7;
}
</style>
background-color css
<style>
a { background-color: #BDE9D7; }
a { background-color: rgb(189,233,215); }
div.DivClassName
{
background-color: #BDE9D7;
}
.BgClassName
{
background-color: #BDE9D7;
}
</style>
border-color css
<style>
span { border-color: #BDE9D7; }
span { border-color: rgb(189,233,215); }
td.TdClassName
{
border-color: #BDE9D7;
}
.TagClassName
{
border-color: #BDE9D7;
}
</style>