Shades of Aero Blue #BAE2D2
Tints of Aero Blue #BAE2D2
RGB
CMYK
RGB Variations
Color information
#BAE2D2 (or 0xBAE2D2) is known color: Aero Blue. HEX triplet: BA, E2 and D2. RGB value is (186,226,210). Sum of RGB (Red+Green+Blue) = 186+226+210=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2D2 is #451D2D. Grayscale: #D4D4D4. Windows color (decimal): -4529454 or 13820602. OLE color: 13820602.
HSL color Cylindrical-coordinate representation of color #BAE2D2: hue angle of 156º 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 #BAE2D2 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 210 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.11 |
| HSL | 156º | 0.41% | 0.81% | - |
| HSV(B) | 156º | 0.18% | 0.89% | - |
| XYZ | 59.08 | 69.48 | 71.27 | - |
| YUV | 212.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 210 | 0.18 | 0 | 0.07 | 0.11 | 156 | 0.41 | 0.81 |
| Hex | BA | E2 | D2 | 12 | 0 | 7 | B | 9C | 29 | 51 |
| Octal | 272 | 342 | 322 | 22 | 0 | 7 | 13 | 234 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11010010 | 10010 | 0 | 111 | 1011 | 10011100 | 101001 | 1010001 |
Color Harmonies of #BAE2D2
Complementary color
Monochromatic Colors of #BAE2D2
Black with #BAE2D2
Text Example
Text Example
White with #BAE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2D2; }
p { color: rgb(186,226,210); }
H1.HeaderClassName
{
color: #BAE2D2;
}
.AnyTagClassName
{
color: #BAE2D2;
}
</style>
background-color css
<style>
a { background-color: #BAE2D2; }
a { background-color: rgb(186,226,210); }
div.DivClassName
{
background-color: #BAE2D2;
}
.BgClassName
{
background-color: #BAE2D2;
}
</style>
border-color css
<style>
span { border-color: #BAE2D2; }
span { border-color: rgb(186,226,210); }
td.TdClassName
{
border-color: #BAE2D2;
}
.TagClassName
{
border-color: #BAE2D2;
}
</style>