Shades of Aero Blue #BAECCE
Tints of Aero Blue #BAECCE
RGB
CMYK
RGB Variations
Color information
#BAECCE (or 0xBAECCE) is known color: Aero Blue. HEX triplet: BA, EC and CE. RGB value is (186,236,206). Sum of RGB (Red+Green+Blue) = 186+236+206=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCE is #451331. Grayscale: #D9D9D9. Windows color (decimal): -4526898 or 13561018. OLE color: 13561018.
HSL color Cylindrical-coordinate representation of color #BAECCE: hue angle of 144º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECCE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 206 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 144º | 0.57% | 0.83% | - |
| HSV(B) | 144º | 0.21% | 0.93% | - |
| XYZ | 61.39 | 74.89 | 69.61 | - |
| YUV | 217.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 206 | 0.21 | 0 | 0.13 | 0.07 | 144 | 0.57 | 0.83 |
| Hex | BA | EC | CE | 15 | 0 | D | 7 | 90 | 39 | 53 |
| Octal | 272 | 354 | 316 | 25 | 0 | 15 | 7 | 220 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11001110 | 10101 | 0 | 1101 | 111 | 10010000 | 111001 | 1010011 |
Color Harmonies of #BAECCE
Complementary color
Monochromatic Colors of #BAECCE
Black with #BAECCE
Text Example
Text Example
White with #BAECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECCE; }
p { color: rgb(186,236,206); }
H1.HeaderClassName
{
color: #BAECCE;
}
.AnyTagClassName
{
color: #BAECCE;
}
</style>
background-color css
<style>
a { background-color: #BAECCE; }
a { background-color: rgb(186,236,206); }
div.DivClassName
{
background-color: #BAECCE;
}
.BgClassName
{
background-color: #BAECCE;
}
</style>
border-color css
<style>
span { border-color: #BAECCE; }
span { border-color: rgb(186,236,206); }
td.TdClassName
{
border-color: #BAECCE;
}
.TagClassName
{
border-color: #BAECCE;
}
</style>