Shades of Aero Blue #BAE8CC
Tints of Aero Blue #BAE8CC
RGB
CMYK
RGB Variations
Color information
#BAE8CC (or 0xBAE8CC) is known color: Aero Blue. HEX triplet: BA, E8 and CC. RGB value is (186,232,204). Sum of RGB (Red+Green+Blue) = 186+232+204=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8CC is #451733. Grayscale: #D7D7D7. Windows color (decimal): -4527924 or 13428922. OLE color: 13428922.
HSL color Cylindrical-coordinate representation of color #BAE8CC: hue angle of 143.48º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8CC is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 204 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.09 |
| HSL | 143.48º | 0.5% | 0.82% | - |
| HSV(B) | 143.48º | 0.2% | 0.91% | - |
| XYZ | 60.01 | 72.51 | 67.96 | - |
| YUV | 215.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 204 | 0.20 | 0 | 0.12 | 0.09 | 143.48 | 0.5 | 0.82 |
| Hex | BA | E8 | CC | 14 | 0 | C | 9 | 8F | 32 | 52 |
| Octal | 272 | 350 | 314 | 24 | 0 | 14 | 11 | 217 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11001100 | 10100 | 0 | 1100 | 1001 | 10001111 | 110010 | 1010010 |
Color Harmonies of #BAE8CC
Complementary color
Monochromatic Colors of #BAE8CC
Black with #BAE8CC
Text Example
Text Example
White with #BAE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8CC; }
p { color: rgb(186,232,204); }
H1.HeaderClassName
{
color: #BAE8CC;
}
.AnyTagClassName
{
color: #BAE8CC;
}
</style>
background-color css
<style>
a { background-color: #BAE8CC; }
a { background-color: rgb(186,232,204); }
div.DivClassName
{
background-color: #BAE8CC;
}
.BgClassName
{
background-color: #BAE8CC;
}
</style>
border-color css
<style>
span { border-color: #BAE8CC; }
span { border-color: rgb(186,232,204); }
td.TdClassName
{
border-color: #BAE8CC;
}
.TagClassName
{
border-color: #BAE8CC;
}
</style>