Shades of Aero Blue #BAF2D0
Tints of Aero Blue #BAF2D0
RGB
CMYK
RGB Variations
Color information
#BAF2D0 (or 0xBAF2D0) is known color: Aero Blue. HEX triplet: BA, F2 and D0. RGB value is (186,242,208). Sum of RGB (Red+Green+Blue) = 186+242+208=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2D0 is #450D2F. Grayscale: #DDDDDD. Windows color (decimal): -4525360 or 13693626. OLE color: 13693626.
HSL color Cylindrical-coordinate representation of color #BAF2D0: hue angle of 143.57º 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 #BAF2D0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 208 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 143.57º | 0.68% | 0.84% | - |
| HSV(B) | 143.57º | 0.23% | 0.95% | - |
| XYZ | 63.39 | 78.5 | 71.49 | - |
| YUV | 221.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 208 | 0.23 | 0 | 0.14 | 0.05 | 143.57 | 0.68 | 0.84 |
| Hex | BA | F2 | D0 | 17 | 0 | E | 5 | 90 | 44 | 54 |
| Octal | 272 | 362 | 320 | 27 | 0 | 16 | 5 | 220 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11010000 | 10111 | 0 | 1110 | 101 | 10010000 | 1000100 | 1010100 |
Color Harmonies of #BAF2D0
Complementary color
Monochromatic Colors of #BAF2D0
Black with #BAF2D0
Text Example
Text Example
White with #BAF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2D0; }
p { color: rgb(186,242,208); }
H1.HeaderClassName
{
color: #BAF2D0;
}
.AnyTagClassName
{
color: #BAF2D0;
}
</style>
background-color css
<style>
a { background-color: #BAF2D0; }
a { background-color: rgb(186,242,208); }
div.DivClassName
{
background-color: #BAF2D0;
}
.BgClassName
{
background-color: #BAF2D0;
}
</style>
border-color css
<style>
span { border-color: #BAF2D0; }
span { border-color: rgb(186,242,208); }
td.TdClassName
{
border-color: #BAF2D0;
}
.TagClassName
{
border-color: #BAF2D0;
}
</style>