Shades of Aero Blue #BAE7CF
Tints of Aero Blue #BAE7CF
RGB
CMYK
RGB Variations
Color information
#BAE7CF (or 0xBAE7CF) is known color: Aero Blue. HEX triplet: BA, E7 and CF. RGB value is (186,231,207). Sum of RGB (Red+Green+Blue) = 186+231+207=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7CF is #451830. Grayscale: #D6D6D6. Windows color (decimal): -4528177 or 13625274. OLE color: 13625274.
HSL color Cylindrical-coordinate representation of color #BAE7CF: hue angle of 148º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7CF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 207 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.09 |
| HSL | 148º | 0.48% | 0.82% | - |
| HSV(B) | 148º | 0.19% | 0.91% | - |
| XYZ | 60.09 | 72.1 | 69.78 | - |
| YUV | 214.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 207 | 0.19 | 0 | 0.10 | 0.09 | 148 | 0.48 | 0.82 |
| Hex | BA | E7 | CF | 13 | 0 | A | 9 | 94 | 30 | 52 |
| Octal | 272 | 347 | 317 | 23 | 0 | 12 | 11 | 224 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11001111 | 10011 | 0 | 1010 | 1001 | 10010100 | 110000 | 1010010 |
Color Harmonies of #BAE7CF
Complementary color
Monochromatic Colors of #BAE7CF
Black with #BAE7CF
Text Example
Text Example
White with #BAE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7CF; }
p { color: rgb(186,231,207); }
H1.HeaderClassName
{
color: #BAE7CF;
}
.AnyTagClassName
{
color: #BAE7CF;
}
</style>
background-color css
<style>
a { background-color: #BAE7CF; }
a { background-color: rgb(186,231,207); }
div.DivClassName
{
background-color: #BAE7CF;
}
.BgClassName
{
background-color: #BAE7CF;
}
</style>
border-color css
<style>
span { border-color: #BAE7CF; }
span { border-color: rgb(186,231,207); }
td.TdClassName
{
border-color: #BAE7CF;
}
.TagClassName
{
border-color: #BAE7CF;
}
</style>