Shades of Aero Blue #BAE0CE
Tints of Aero Blue #BAE0CE
RGB
CMYK
RGB Variations
Color information
#BAE0CE (or 0xBAE0CE) is known color: Aero Blue. HEX triplet: BA, E0 and CE. RGB value is (186,224,206). Sum of RGB (Red+Green+Blue) = 186+224+206=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0CE is #451F31. Grayscale: #D2D2D2. Windows color (decimal): -4529970 or 13557946. OLE color: 13557946.
HSL color Cylindrical-coordinate representation of color #BAE0CE: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0CE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 206 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.12 |
| HSL | 151.58º | 0.38% | 0.8% | - |
| HSV(B) | 151.58º | 0.17% | 0.88% | - |
| XYZ | 58.05 | 68.21 | 68.5 | - |
| YUV | 210.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 206 | 0.17 | 0 | 0.08 | 0.12 | 151.58 | 0.38 | 0.8 |
| Hex | BA | E0 | CE | 11 | 0 | 8 | C | 98 | 26 | 50 |
| Octal | 272 | 340 | 316 | 21 | 0 | 10 | 14 | 230 | 46 | 120 |
| Binary | 10111010 | 11100000 | 11001110 | 10001 | 0 | 1000 | 1100 | 10011000 | 100110 | 1010000 |
Color Harmonies of #BAE0CE
Complementary color
Monochromatic Colors of #BAE0CE
Black with #BAE0CE
Text Example
Text Example
White with #BAE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0CE; }
p { color: rgb(186,224,206); }
H1.HeaderClassName
{
color: #BAE0CE;
}
.AnyTagClassName
{
color: #BAE0CE;
}
</style>
background-color css
<style>
a { background-color: #BAE0CE; }
a { background-color: rgb(186,224,206); }
div.DivClassName
{
background-color: #BAE0CE;
}
.BgClassName
{
background-color: #BAE0CE;
}
</style>
border-color css
<style>
span { border-color: #BAE0CE; }
span { border-color: rgb(186,224,206); }
td.TdClassName
{
border-color: #BAE0CE;
}
.TagClassName
{
border-color: #BAE0CE;
}
</style>