Shades of Aero Blue #BAF2D1
Tints of Aero Blue #BAF2D1
RGB
CMYK
RGB Variations
Color information
#BAF2D1 (or 0xBAF2D1) is known color: Aero Blue. HEX triplet: BA, F2 and D1. RGB value is (186,242,209). Sum of RGB (Red+Green+Blue) = 186+242+209=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2D1 is #450D2E. Grayscale: #DDDDDD. Windows color (decimal): -4525359 or 13759162. OLE color: 13759162.
HSL color Cylindrical-coordinate representation of color #BAF2D1: hue angle of 144.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2D1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 209 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 144.64º | 0.68% | 0.84% | - |
| HSV(B) | 144.64º | 0.23% | 0.95% | - |
| XYZ | 63.51 | 78.55 | 72.14 | - |
| YUV | 221.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 209 | 0.23 | 0 | 0.14 | 0.05 | 144.64 | 0.68 | 0.84 |
| Hex | BA | F2 | D1 | 17 | 0 | E | 5 | 91 | 44 | 54 |
| Octal | 272 | 362 | 321 | 27 | 0 | 16 | 5 | 221 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11010001 | 10111 | 0 | 1110 | 101 | 10010001 | 1000100 | 1010100 |
Color Harmonies of #BAF2D1
Complementary color
Monochromatic Colors of #BAF2D1
Black with #BAF2D1
Text Example
Text Example
White with #BAF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2D1; }
p { color: rgb(186,242,209); }
H1.HeaderClassName
{
color: #BAF2D1;
}
.AnyTagClassName
{
color: #BAF2D1;
}
</style>
background-color css
<style>
a { background-color: #BAF2D1; }
a { background-color: rgb(186,242,209); }
div.DivClassName
{
background-color: #BAF2D1;
}
.BgClassName
{
background-color: #BAF2D1;
}
</style>
border-color css
<style>
span { border-color: #BAF2D1; }
span { border-color: rgb(186,242,209); }
td.TdClassName
{
border-color: #BAF2D1;
}
.TagClassName
{
border-color: #BAF2D1;
}
</style>