Shades of Aero Blue #BAE2CC
Tints of Aero Blue #BAE2CC
RGB
CMYK
RGB Variations
Color information
#BAE2CC (or 0xBAE2CC) is known color: Aero Blue. HEX triplet: BA, E2 and CC. RGB value is (186,226,204). Sum of RGB (Red+Green+Blue) = 186+226+204=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2CC is #451D33. Grayscale: #D3D3D3. Windows color (decimal): -4529460 or 13427386. OLE color: 13427386.
HSL color Cylindrical-coordinate representation of color #BAE2CC: hue angle of 147º 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 #BAE2CC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 204 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.11 |
| HSL | 147º | 0.41% | 0.81% | - |
| HSV(B) | 147º | 0.18% | 0.89% | - |
| XYZ | 58.35 | 69.19 | 67.41 | - |
| YUV | 211.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 204 | 0.18 | 0 | 0.10 | 0.11 | 147 | 0.41 | 0.81 |
| Hex | BA | E2 | CC | 12 | 0 | A | B | 93 | 29 | 51 |
| Octal | 272 | 342 | 314 | 22 | 0 | 12 | 13 | 223 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11001100 | 10010 | 0 | 1010 | 1011 | 10010011 | 101001 | 1010001 |
Color Harmonies of #BAE2CC
Complementary color
Monochromatic Colors of #BAE2CC
Black with #BAE2CC
Text Example
Text Example
White with #BAE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2CC; }
p { color: rgb(186,226,204); }
H1.HeaderClassName
{
color: #BAE2CC;
}
.AnyTagClassName
{
color: #BAE2CC;
}
</style>
background-color css
<style>
a { background-color: #BAE2CC; }
a { background-color: rgb(186,226,204); }
div.DivClassName
{
background-color: #BAE2CC;
}
.BgClassName
{
background-color: #BAE2CC;
}
</style>
border-color css
<style>
span { border-color: #BAE2CC; }
span { border-color: rgb(186,226,204); }
td.TdClassName
{
border-color: #BAE2CC;
}
.TagClassName
{
border-color: #BAE2CC;
}
</style>