Shades of Aero Blue #BAEBD2
Tints of Aero Blue #BAEBD2
RGB
CMYK
RGB Variations
Color information
#BAEBD2 (or 0xBAEBD2) is known color: Aero Blue. HEX triplet: BA, EB and D2. RGB value is (186,235,210). Sum of RGB (Red+Green+Blue) = 186+235+210=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD2 is #45142D. Grayscale: #D9D9D9. Windows color (decimal): -4527150 or 13822906. OLE color: 13822906.
HSL color Cylindrical-coordinate representation of color #BAEBD2: hue angle of 149.39º 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 #BAEBD2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 210 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.08 |
| HSL | 149.39º | 0.55% | 0.83% | - |
| HSV(B) | 149.39º | 0.21% | 0.92% | - |
| XYZ | 61.59 | 74.51 | 72.11 | - |
| YUV | 217.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 210 | 0.21 | 0 | 0.11 | 0.08 | 149.39 | 0.55 | 0.83 |
| Hex | BA | EB | D2 | 15 | 0 | B | 8 | 95 | 37 | 53 |
| Octal | 272 | 353 | 322 | 25 | 0 | 13 | 10 | 225 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11010010 | 10101 | 0 | 1011 | 1000 | 10010101 | 110111 | 1010011 |
Color Harmonies of #BAEBD2
Complementary color
Monochromatic Colors of #BAEBD2
Black with #BAEBD2
Text Example
Text Example
White with #BAEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBD2; }
p { color: rgb(186,235,210); }
H1.HeaderClassName
{
color: #BAEBD2;
}
.AnyTagClassName
{
color: #BAEBD2;
}
</style>
background-color css
<style>
a { background-color: #BAEBD2; }
a { background-color: rgb(186,235,210); }
div.DivClassName
{
background-color: #BAEBD2;
}
.BgClassName
{
background-color: #BAEBD2;
}
</style>
border-color css
<style>
span { border-color: #BAEBD2; }
span { border-color: rgb(186,235,210); }
td.TdClassName
{
border-color: #BAEBD2;
}
.TagClassName
{
border-color: #BAEBD2;
}
</style>