Shades of Aero Blue #BAEBCD
Tints of Aero Blue #BAEBCD
RGB
CMYK
RGB Variations
Color information
#BAEBCD (or 0xBAEBCD) is known color: Aero Blue. HEX triplet: BA, EB and CD. RGB value is (186,235,205). Sum of RGB (Red+Green+Blue) = 186+235+205=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBCD is #451432. Grayscale: #D9D9D9. Windows color (decimal): -4527155 or 13495226. OLE color: 13495226.
HSL color Cylindrical-coordinate representation of color #BAEBCD: hue angle of 143.27º 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 #BAEBCD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 205 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.08 |
| HSL | 143.27º | 0.55% | 0.83% | - |
| HSV(B) | 143.27º | 0.21% | 0.92% | - |
| XYZ | 60.98 | 74.26 | 68.88 | - |
| YUV | 216.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 205 | 0.21 | 0 | 0.13 | 0.08 | 143.27 | 0.55 | 0.83 |
| Hex | BA | EB | CD | 15 | 0 | D | 8 | 8F | 37 | 53 |
| Octal | 272 | 353 | 315 | 25 | 0 | 15 | 10 | 217 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11001101 | 10101 | 0 | 1101 | 1000 | 10001111 | 110111 | 1010011 |
Color Harmonies of #BAEBCD
Complementary color
Monochromatic Colors of #BAEBCD
Black with #BAEBCD
Text Example
Text Example
White with #BAEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBCD; }
p { color: rgb(186,235,205); }
H1.HeaderClassName
{
color: #BAEBCD;
}
.AnyTagClassName
{
color: #BAEBCD;
}
</style>
background-color css
<style>
a { background-color: #BAEBCD; }
a { background-color: rgb(186,235,205); }
div.DivClassName
{
background-color: #BAEBCD;
}
.BgClassName
{
background-color: #BAEBCD;
}
</style>
border-color css
<style>
span { border-color: #BAEBCD; }
span { border-color: rgb(186,235,205); }
td.TdClassName
{
border-color: #BAEBCD;
}
.TagClassName
{
border-color: #BAEBCD;
}
</style>