Shades of Aero Blue #BAE6D2
Tints of Aero Blue #BAE6D2
RGB
CMYK
RGB Variations
Color information
#BAE6D2 (or 0xBAE6D2) is known color: Aero Blue. HEX triplet: BA, E6 and D2. RGB value is (186,230,210). Sum of RGB (Red+Green+Blue) = 186+230+210=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6D2 is #45192D. Grayscale: #D6D6D6. Windows color (decimal): -4528430 or 13821626. OLE color: 13821626.
HSL color Cylindrical-coordinate representation of color #BAE6D2: hue angle of 152.73º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6D2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 210 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.10 |
| HSL | 152.73º | 0.47% | 0.82% | - |
| HSV(B) | 152.73º | 0.19% | 0.9% | - |
| XYZ | 60.18 | 71.69 | 71.64 | - |
| YUV | 214.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 210 | 0.19 | 0 | 0.09 | 0.10 | 152.73 | 0.47 | 0.82 |
| Hex | BA | E6 | D2 | 13 | 0 | 9 | A | 99 | 2F | 52 |
| Octal | 272 | 346 | 322 | 23 | 0 | 11 | 12 | 231 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11010010 | 10011 | 0 | 1001 | 1010 | 10011001 | 101111 | 1010010 |
Color Harmonies of #BAE6D2
Complementary color
Monochromatic Colors of #BAE6D2
Black with #BAE6D2
Text Example
Text Example
White with #BAE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6D2; }
p { color: rgb(186,230,210); }
H1.HeaderClassName
{
color: #BAE6D2;
}
.AnyTagClassName
{
color: #BAE6D2;
}
</style>
background-color css
<style>
a { background-color: #BAE6D2; }
a { background-color: rgb(186,230,210); }
div.DivClassName
{
background-color: #BAE6D2;
}
.BgClassName
{
background-color: #BAE6D2;
}
</style>
border-color css
<style>
span { border-color: #BAE6D2; }
span { border-color: rgb(186,230,210); }
td.TdClassName
{
border-color: #BAE6D2;
}
.TagClassName
{
border-color: #BAE6D2;
}
</style>