Shades of Aero Blue #BAE2CF
Tints of Aero Blue #BAE2CF
RGB
CMYK
RGB Variations
Color information
#BAE2CF (or 0xBAE2CF) is known color: Aero Blue. HEX triplet: BA, E2 and CF. RGB value is (186,226,207). Sum of RGB (Red+Green+Blue) = 186+226+207=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2CF is #451D30. Grayscale: #D3D3D3. Windows color (decimal): -4529457 or 13623994. OLE color: 13623994.
HSL color Cylindrical-coordinate representation of color #BAE2CF: hue angle of 151.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2CF is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 207 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.11 |
| HSL | 151.5º | 0.41% | 0.81% | - |
| HSV(B) | 151.5º | 0.18% | 0.89% | - |
| XYZ | 58.71 | 69.34 | 69.32 | - |
| YUV | 211.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 207 | 0.18 | 0 | 0.08 | 0.11 | 151.5 | 0.41 | 0.81 |
| Hex | BA | E2 | CF | 12 | 0 | 8 | B | 98 | 29 | 51 |
| Octal | 272 | 342 | 317 | 22 | 0 | 10 | 13 | 230 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11001111 | 10010 | 0 | 1000 | 1011 | 10011000 | 101001 | 1010001 |
Color Harmonies of #BAE2CF
Complementary color
Monochromatic Colors of #BAE2CF
Black with #BAE2CF
Text Example
Text Example
White with #BAE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2CF; }
p { color: rgb(186,226,207); }
H1.HeaderClassName
{
color: #BAE2CF;
}
.AnyTagClassName
{
color: #BAE2CF;
}
</style>
background-color css
<style>
a { background-color: #BAE2CF; }
a { background-color: rgb(186,226,207); }
div.DivClassName
{
background-color: #BAE2CF;
}
.BgClassName
{
background-color: #BAE2CF;
}
</style>
border-color css
<style>
span { border-color: #BAE2CF; }
span { border-color: rgb(186,226,207); }
td.TdClassName
{
border-color: #BAE2CF;
}
.TagClassName
{
border-color: #BAE2CF;
}
</style>