Shades of Aero Blue #BAEBD3
Tints of Aero Blue #BAEBD3
RGB
CMYK
RGB Variations
Color information
#BAEBD3 (or 0xBAEBD3) is known color: Aero Blue. HEX triplet: BA, EB and D3. RGB value is (186,235,211). Sum of RGB (Red+Green+Blue) = 186+235+211=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD3 is #45142C. Grayscale: #D9D9D9. Windows color (decimal): -4527149 or 13888442. OLE color: 13888442.
HSL color Cylindrical-coordinate representation of color #BAEBD3: hue angle of 150.61º 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 #BAEBD3 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 211 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.08 |
| HSL | 150.61º | 0.55% | 0.83% | - |
| HSV(B) | 150.61º | 0.21% | 0.92% | - |
| XYZ | 61.72 | 74.56 | 72.77 | - |
| YUV | 217.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 211 | 0.21 | 0 | 0.10 | 0.08 | 150.61 | 0.55 | 0.83 |
| Hex | BA | EB | D3 | 15 | 0 | A | 8 | 97 | 37 | 53 |
| Octal | 272 | 353 | 323 | 25 | 0 | 12 | 10 | 227 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11010011 | 10101 | 0 | 1010 | 1000 | 10010111 | 110111 | 1010011 |
Color Harmonies of #BAEBD3
Complementary color
Monochromatic Colors of #BAEBD3
Black with #BAEBD3
Text Example
Text Example
White with #BAEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBD3; }
p { color: rgb(186,235,211); }
H1.HeaderClassName
{
color: #BAEBD3;
}
.AnyTagClassName
{
color: #BAEBD3;
}
</style>
background-color css
<style>
a { background-color: #BAEBD3; }
a { background-color: rgb(186,235,211); }
div.DivClassName
{
background-color: #BAEBD3;
}
.BgClassName
{
background-color: #BAEBD3;
}
</style>
border-color css
<style>
span { border-color: #BAEBD3; }
span { border-color: rgb(186,235,211); }
td.TdClassName
{
border-color: #BAEBD3;
}
.TagClassName
{
border-color: #BAEBD3;
}
</style>