Shades of Aero Blue #BAEBD0
Tints of Aero Blue #BAEBD0
RGB
CMYK
RGB Variations
Color information
#BAEBD0 (or 0xBAEBD0) is known color: Aero Blue. HEX triplet: BA, EB and D0. RGB value is (186,235,208). Sum of RGB (Red+Green+Blue) = 186+235+208=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD0 is #45142F. Grayscale: #D9D9D9. Windows color (decimal): -4527152 or 13691834. OLE color: 13691834.
HSL color Cylindrical-coordinate representation of color #BAEBD0: hue angle of 146.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBD0 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 208 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.08 |
| HSL | 146.94º | 0.55% | 0.83% | - |
| HSV(B) | 146.94º | 0.21% | 0.92% | - |
| XYZ | 61.34 | 74.41 | 70.8 | - |
| YUV | 217.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 208 | 0.21 | 0 | 0.11 | 0.08 | 146.94 | 0.55 | 0.83 |
| Hex | BA | EB | D0 | 15 | 0 | B | 8 | 93 | 37 | 53 |
| Octal | 272 | 353 | 320 | 25 | 0 | 13 | 10 | 223 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11010000 | 10101 | 0 | 1011 | 1000 | 10010011 | 110111 | 1010011 |
Color Harmonies of #BAEBD0
Complementary color
Monochromatic Colors of #BAEBD0
Black with #BAEBD0
Text Example
Text Example
White with #BAEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBD0; }
p { color: rgb(186,235,208); }
H1.HeaderClassName
{
color: #BAEBD0;
}
.AnyTagClassName
{
color: #BAEBD0;
}
</style>
background-color css
<style>
a { background-color: #BAEBD0; }
a { background-color: rgb(186,235,208); }
div.DivClassName
{
background-color: #BAEBD0;
}
.BgClassName
{
background-color: #BAEBD0;
}
</style>
border-color css
<style>
span { border-color: #BAEBD0; }
span { border-color: rgb(186,235,208); }
td.TdClassName
{
border-color: #BAEBD0;
}
.TagClassName
{
border-color: #BAEBD0;
}
</style>