Shades of Aero Blue #BAEACD
Tints of Aero Blue #BAEACD
RGB
CMYK
RGB Variations
Color information
#BAEACD (or 0xBAEACD) is known color: Aero Blue. HEX triplet: BA, EA and CD. RGB value is (186,234,205). Sum of RGB (Red+Green+Blue) = 186+234+205=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACD is #451532. Grayscale: #D8D8D8. Windows color (decimal): -4527411 or 13494970. OLE color: 13494970.
HSL color Cylindrical-coordinate representation of color #BAEACD: hue angle of 143.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEACD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 205 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.08 |
| HSL | 143.75º | 0.53% | 0.82% | - |
| HSV(B) | 143.75º | 0.21% | 0.92% | - |
| XYZ | 60.69 | 73.69 | 68.78 | - |
| YUV | 216.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 205 | 0.21 | 0 | 0.12 | 0.08 | 143.75 | 0.53 | 0.82 |
| Hex | BA | EA | CD | 15 | 0 | C | 8 | 90 | 35 | 52 |
| Octal | 272 | 352 | 315 | 25 | 0 | 14 | 10 | 220 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11001101 | 10101 | 0 | 1100 | 1000 | 10010000 | 110101 | 1010010 |
Color Harmonies of #BAEACD
Complementary color
Monochromatic Colors of #BAEACD
Black with #BAEACD
Text Example
Text Example
White with #BAEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEACD; }
p { color: rgb(186,234,205); }
H1.HeaderClassName
{
color: #BAEACD;
}
.AnyTagClassName
{
color: #BAEACD;
}
</style>
background-color css
<style>
a { background-color: #BAEACD; }
a { background-color: rgb(186,234,205); }
div.DivClassName
{
background-color: #BAEACD;
}
.BgClassName
{
background-color: #BAEACD;
}
</style>
border-color css
<style>
span { border-color: #BAEACD; }
span { border-color: rgb(186,234,205); }
td.TdClassName
{
border-color: #BAEACD;
}
.TagClassName
{
border-color: #BAEACD;
}
</style>