Shades of Aero Blue #BBF2D9
Tints of Aero Blue #BBF2D9
RGB
CMYK
RGB Variations
Color information
#BBF2D9 (or 0xBBF2D9) is known color: Aero Blue. HEX triplet: BB, F2 and D9. RGB value is (187,242,217). Sum of RGB (Red+Green+Blue) = 187+242+217=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D9 is #440D26. Grayscale: #DEDEDE. Windows color (decimal): -4459815 or 14283451. OLE color: 14283451.
HSL color Cylindrical-coordinate representation of color #BBF2D9: hue angle of 152.73º 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 #BBF2D9 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 217 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.05 |
| HSL | 152.73º | 0.68% | 0.84% | - |
| HSV(B) | 152.73º | 0.23% | 0.95% | - |
| XYZ | 64.77 | 79.08 | 77.5 | - |
| YUV | 222.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 217 | 0.23 | 0 | 0.10 | 0.05 | 152.73 | 0.68 | 0.84 |
| Hex | BB | F2 | D9 | 17 | 0 | A | 5 | 99 | 44 | 54 |
| Octal | 273 | 362 | 331 | 27 | 0 | 12 | 5 | 231 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11011001 | 10111 | 0 | 1010 | 101 | 10011001 | 1000100 | 1010100 |
Color Harmonies of #BBF2D9
Complementary color
Monochromatic Colors of #BBF2D9
Black with #BBF2D9
Text Example
Text Example
White with #BBF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2D9; }
p { color: rgb(187,242,217); }
H1.HeaderClassName
{
color: #BBF2D9;
}
.AnyTagClassName
{
color: #BBF2D9;
}
</style>
background-color css
<style>
a { background-color: #BBF2D9; }
a { background-color: rgb(187,242,217); }
div.DivClassName
{
background-color: #BBF2D9;
}
.BgClassName
{
background-color: #BBF2D9;
}
</style>
border-color css
<style>
span { border-color: #BBF2D9; }
span { border-color: rgb(187,242,217); }
td.TdClassName
{
border-color: #BBF2D9;
}
.TagClassName
{
border-color: #BBF2D9;
}
</style>