Shades of Aero Blue #BAE1CA
Tints of Aero Blue #BAE1CA
RGB
CMYK
RGB Variations
Color information
#BAE1CA (or 0xBAE1CA) is known color: Aero Blue. HEX triplet: BA, E1 and CA. RGB value is (186,225,202). Sum of RGB (Red+Green+Blue) = 186+225+202=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1CA is #451E35. Grayscale: #D2D2D2. Windows color (decimal): -4529718 or 13296058. OLE color: 13296058.
HSL color Cylindrical-coordinate representation of color #BAE1CA: hue angle of 144.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1CA is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 202 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.12 |
| HSL | 144.62º | 0.39% | 0.81% | - |
| HSV(B) | 144.62º | 0.17% | 0.88% | - |
| XYZ | 57.84 | 68.55 | 66.06 | - |
| YUV | 210.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 202 | 0.17 | 0 | 0.10 | 0.12 | 144.62 | 0.39 | 0.81 |
| Hex | BA | E1 | CA | 11 | 0 | A | C | 91 | 27 | 51 |
| Octal | 272 | 341 | 312 | 21 | 0 | 12 | 14 | 221 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11001010 | 10001 | 0 | 1010 | 1100 | 10010001 | 100111 | 1010001 |
Color Harmonies of #BAE1CA
Complementary color
Monochromatic Colors of #BAE1CA
Black with #BAE1CA
Text Example
Text Example
White with #BAE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1CA; }
p { color: rgb(186,225,202); }
H1.HeaderClassName
{
color: #BAE1CA;
}
.AnyTagClassName
{
color: #BAE1CA;
}
</style>
background-color css
<style>
a { background-color: #BAE1CA; }
a { background-color: rgb(186,225,202); }
div.DivClassName
{
background-color: #BAE1CA;
}
.BgClassName
{
background-color: #BAE1CA;
}
</style>
border-color css
<style>
span { border-color: #BAE1CA; }
span { border-color: rgb(186,225,202); }
td.TdClassName
{
border-color: #BAE1CA;
}
.TagClassName
{
border-color: #BAE1CA;
}
</style>