Shades of Aero Blue #BAF2D4
Tints of Aero Blue #BAF2D4
RGB
CMYK
RGB Variations
Color information
#BAF2D4 (or 0xBAF2D4) is known color: Aero Blue. HEX triplet: BA, F2 and D4. RGB value is (186,242,212). Sum of RGB (Red+Green+Blue) = 186+242+212=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2D4 is #450D2B. Grayscale: #DDDDDD. Windows color (decimal): -4525356 or 13955770. OLE color: 13955770.
HSL color Cylindrical-coordinate representation of color #BAF2D4: hue angle of 147.86º 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 #BAF2D4 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 212 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.05 |
| HSL | 147.86º | 0.68% | 0.84% | - |
| HSV(B) | 147.86º | 0.23% | 0.95% | - |
| XYZ | 63.89 | 78.7 | 74.11 | - |
| YUV | 221.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 212 | 0.23 | 0 | 0.12 | 0.05 | 147.86 | 0.68 | 0.84 |
| Hex | BA | F2 | D4 | 17 | 0 | C | 5 | 94 | 44 | 54 |
| Octal | 272 | 362 | 324 | 27 | 0 | 14 | 5 | 224 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11010100 | 10111 | 0 | 1100 | 101 | 10010100 | 1000100 | 1010100 |
Color Harmonies of #BAF2D4
Complementary color
Monochromatic Colors of #BAF2D4
Black with #BAF2D4
Text Example
Text Example
White with #BAF2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2D4; }
p { color: rgb(186,242,212); }
H1.HeaderClassName
{
color: #BAF2D4;
}
.AnyTagClassName
{
color: #BAF2D4;
}
</style>
background-color css
<style>
a { background-color: #BAF2D4; }
a { background-color: rgb(186,242,212); }
div.DivClassName
{
background-color: #BAF2D4;
}
.BgClassName
{
background-color: #BAF2D4;
}
</style>
border-color css
<style>
span { border-color: #BAF2D4; }
span { border-color: rgb(186,242,212); }
td.TdClassName
{
border-color: #BAF2D4;
}
.TagClassName
{
border-color: #BAF2D4;
}
</style>