Shades of Aero Blue #BAFBDD
Tints of Aero Blue #BAFBDD
RGB
CMYK
RGB Variations
Color information
#BAFBDD (or 0xBAFBDD) is known color: Aero Blue. HEX triplet: BA, FB and DD. RGB value is (186,251,221). Sum of RGB (Red+Green+Blue) = 186+251+221=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBDD is #450422. Grayscale: #E4E4E4. Windows color (decimal): -4523043 or 14547898. OLE color: 14547898.
HSL color Cylindrical-coordinate representation of color #BAFBDD: hue angle of 152.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBDD is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 221 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.02 |
| HSL | 152.31º | 0.89% | 0.86% | - |
| HSV(B) | 152.31º | 0.26% | 0.98% | - |
| XYZ | 67.8 | 84.65 | 81.17 | - |
| YUV | 228.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 221 | 0.26 | 0 | 0.12 | 0.02 | 152.31 | 0.89 | 0.86 |
| Hex | BA | FB | DD | 1A | 0 | C | 2 | 98 | 59 | 56 |
| Octal | 272 | 373 | 335 | 32 | 0 | 14 | 2 | 230 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11011101 | 11010 | 0 | 1100 | 10 | 10011000 | 1011001 | 1010110 |
Color Harmonies of #BAFBDD
Complementary color
Monochromatic Colors of #BAFBDD
Black with #BAFBDD
Text Example
Text Example
White with #BAFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBDD; }
p { color: rgb(186,251,221); }
H1.HeaderClassName
{
color: #BAFBDD;
}
.AnyTagClassName
{
color: #BAFBDD;
}
</style>
background-color css
<style>
a { background-color: #BAFBDD; }
a { background-color: rgb(186,251,221); }
div.DivClassName
{
background-color: #BAFBDD;
}
.BgClassName
{
background-color: #BAFBDD;
}
</style>
border-color css
<style>
span { border-color: #BAFBDD; }
span { border-color: rgb(186,251,221); }
td.TdClassName
{
border-color: #BAFBDD;
}
.TagClassName
{
border-color: #BAFBDD;
}
</style>