Shades of Aero Blue #BAFADC
Tints of Aero Blue #BAFADC
RGB
CMYK
RGB Variations
Color information
#BAFADC (or 0xBAFADC) is known color: Aero Blue. HEX triplet: BA, FA and DC. RGB value is (186,250,220). Sum of RGB (Red+Green+Blue) = 186+250+220=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFADC is #450523. Grayscale: #E3E3E3. Windows color (decimal): -4523300 or 14482106. OLE color: 14482106.
HSL color Cylindrical-coordinate representation of color #BAFADC: hue angle of 151.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFADC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 220 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.02 |
| HSL | 151.88º | 0.86% | 0.85% | - |
| HSV(B) | 151.88º | 0.26% | 0.98% | - |
| XYZ | 67.35 | 83.98 | 80.37 | - |
| YUV | 227.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 220 | 0.26 | 0 | 0.12 | 0.02 | 151.88 | 0.86 | 0.85 |
| Hex | BA | FA | DC | 1A | 0 | C | 2 | 98 | 56 | 55 |
| Octal | 272 | 372 | 334 | 32 | 0 | 14 | 2 | 230 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11011100 | 11010 | 0 | 1100 | 10 | 10011000 | 1010110 | 1010101 |
Color Harmonies of #BAFADC
Complementary color
Monochromatic Colors of #BAFADC
Black with #BAFADC
Text Example
Text Example
White with #BAFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFADC; }
p { color: rgb(186,250,220); }
H1.HeaderClassName
{
color: #BAFADC;
}
.AnyTagClassName
{
color: #BAFADC;
}
</style>
background-color css
<style>
a { background-color: #BAFADC; }
a { background-color: rgb(186,250,220); }
div.DivClassName
{
background-color: #BAFADC;
}
.BgClassName
{
background-color: #BAFADC;
}
</style>
border-color css
<style>
span { border-color: #BAFADC; }
span { border-color: rgb(186,250,220); }
td.TdClassName
{
border-color: #BAFADC;
}
.TagClassName
{
border-color: #BAFADC;
}
</style>