Shades of Aero Blue #BDE4CE
Tints of Aero Blue #BDE4CE
RGB
CMYK
RGB Variations
Color information
#BDE4CE (or 0xBDE4CE) is known color: Aero Blue. HEX triplet: BD, E4 and CE. RGB value is (189,228,206). Sum of RGB (Red+Green+Blue) = 189+228+206=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4CE is #421B31. Grayscale: #D5D5D5. Windows color (decimal): -4332338 or 13558973. OLE color: 13558973.
HSL color Cylindrical-coordinate representation of color #BDE4CE: hue angle of 146.15º 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 #BDE4CE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 206 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.11 |
| HSL | 146.15º | 0.42% | 0.82% | - |
| HSV(B) | 146.15º | 0.17% | 0.89% | - |
| XYZ | 59.87 | 70.76 | 68.9 | - |
| YUV | 213.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 206 | 0.17 | 0 | 0.10 | 0.11 | 146.15 | 0.42 | 0.82 |
| Hex | BD | E4 | CE | 11 | 0 | A | B | 92 | 2A | 52 |
| Octal | 275 | 344 | 316 | 21 | 0 | 12 | 13 | 222 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11001110 | 10001 | 0 | 1010 | 1011 | 10010010 | 101010 | 1010010 |
Color Harmonies of #BDE4CE
Complementary color
Monochromatic Colors of #BDE4CE
Black with #BDE4CE
Text Example
Text Example
White with #BDE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4CE; }
p { color: rgb(189,228,206); }
H1.HeaderClassName
{
color: #BDE4CE;
}
.AnyTagClassName
{
color: #BDE4CE;
}
</style>
background-color css
<style>
a { background-color: #BDE4CE; }
a { background-color: rgb(189,228,206); }
div.DivClassName
{
background-color: #BDE4CE;
}
.BgClassName
{
background-color: #BDE4CE;
}
</style>
border-color css
<style>
span { border-color: #BDE4CE; }
span { border-color: rgb(189,228,206); }
td.TdClassName
{
border-color: #BDE4CE;
}
.TagClassName
{
border-color: #BDE4CE;
}
</style>