Shades of Aero Blue #BAF4D3
Tints of Aero Blue #BAF4D3
RGB
CMYK
RGB Variations
Color information
#BAF4D3 (or 0xBAF4D3) is known color: Aero Blue. HEX triplet: BA, F4 and D3. RGB value is (186,244,211). Sum of RGB (Red+Green+Blue) = 186+244+211=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4D3 is #450B2C. Grayscale: #DEDEDE. Windows color (decimal): -4524845 or 13890746. OLE color: 13890746.
HSL color Cylindrical-coordinate representation of color #BAF4D3: hue angle of 145.86º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4D3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 211 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.04 |
| HSL | 145.86º | 0.73% | 0.84% | - |
| HSV(B) | 145.86º | 0.24% | 0.96% | - |
| XYZ | 64.36 | 79.84 | 73.65 | - |
| YUV | 222.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 211 | 0.24 | 0 | 0.14 | 0.04 | 145.86 | 0.73 | 0.84 |
| Hex | BA | F4 | D3 | 18 | 0 | E | 4 | 92 | 48 | 54 |
| Octal | 272 | 364 | 323 | 30 | 0 | 16 | 4 | 222 | 110 | 124 |
| Binary | 10111010 | 11110100 | 11010011 | 11000 | 0 | 1110 | 100 | 10010010 | 1001000 | 1010100 |
Color Harmonies of #BAF4D3
Complementary color
Monochromatic Colors of #BAF4D3
Black with #BAF4D3
Text Example
Text Example
White with #BAF4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4D3; }
p { color: rgb(186,244,211); }
H1.HeaderClassName
{
color: #BAF4D3;
}
.AnyTagClassName
{
color: #BAF4D3;
}
</style>
background-color css
<style>
a { background-color: #BAF4D3; }
a { background-color: rgb(186,244,211); }
div.DivClassName
{
background-color: #BAF4D3;
}
.BgClassName
{
background-color: #BAF4D3;
}
</style>
border-color css
<style>
span { border-color: #BAF4D3; }
span { border-color: rgb(186,244,211); }
td.TdClassName
{
border-color: #BAF4D3;
}
.TagClassName
{
border-color: #BAF4D3;
}
</style>