Shades of Aero Blue #BAFFD5
Tints of Aero Blue #BAFFD5
RGB
CMYK
RGB Variations
Color information
#BAFFD5 (or 0xBAFFD5) is known color: Aero Blue. HEX triplet: BA, FF and D5. RGB value is (186,255,213). Sum of RGB (Red+Green+Blue) = 186+255+213=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD5 is #45002A. Grayscale: #E5E5E5. Windows color (decimal): -4522027 or 14024634. OLE color: 14024634.
HSL color Cylindrical-coordinate representation of color #BAFFD5: hue angle of 143.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFD5 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 213 | - |
| CMYK | 0.27 | 0 | 0.16 | 0 |
| HSL | 143.48º | 1% | 0.86% | - |
| HSV(B) | 143.48º | 0.27% | 1% | - |
| XYZ | 68.02 | 86.76 | 76.11 | - |
| YUV | 229.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 213 | 0.27 | 0 | 0.16 | 0 | 143.48 | 1 | 0.86 |
| Hex | BA | FF | D5 | 1B | 0 | 10 | 0 | 8F | 64 | 56 |
| Octal | 272 | 377 | 325 | 33 | 0 | 20 | 0 | 217 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11010101 | 11011 | 0 | 10000 | 0 | 10001111 | 1100100 | 1010110 |
Color Harmonies of #BAFFD5
Complementary color
Monochromatic Colors of #BAFFD5
Black with #BAFFD5
Text Example
Text Example
White with #BAFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFD5; }
p { color: rgb(186,255,213); }
H1.HeaderClassName
{
color: #BAFFD5;
}
.AnyTagClassName
{
color: #BAFFD5;
}
</style>
background-color css
<style>
a { background-color: #BAFFD5; }
a { background-color: rgb(186,255,213); }
div.DivClassName
{
background-color: #BAFFD5;
}
.BgClassName
{
background-color: #BAFFD5;
}
</style>
border-color css
<style>
span { border-color: #BAFFD5; }
span { border-color: rgb(186,255,213); }
td.TdClassName
{
border-color: #BAFFD5;
}
.TagClassName
{
border-color: #BAFFD5;
}
</style>