Shades of Aero Blue #BBF2D6
Tints of Aero Blue #BBF2D6
RGB
CMYK
RGB Variations
Color information
#BBF2D6 (or 0xBBF2D6) is known color: Aero Blue. HEX triplet: BB, F2 and D6. RGB value is (187,242,214). Sum of RGB (Red+Green+Blue) = 187+242+214=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D6 is #440D29. Grayscale: #DEDEDE. Windows color (decimal): -4459818 or 14086843. OLE color: 14086843.
HSL color Cylindrical-coordinate representation of color #BBF2D6: hue angle of 149.45º 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 #BBF2D6 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 214 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.05 |
| HSL | 149.45º | 0.68% | 0.84% | - |
| HSV(B) | 149.45º | 0.23% | 0.95% | - |
| XYZ | 64.38 | 78.92 | 75.46 | - |
| YUV | 222.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 214 | 0.23 | 0 | 0.12 | 0.05 | 149.45 | 0.68 | 0.84 |
| Hex | BB | F2 | D6 | 17 | 0 | C | 5 | 95 | 44 | 54 |
| Octal | 273 | 362 | 326 | 27 | 0 | 14 | 5 | 225 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11010110 | 10111 | 0 | 1100 | 101 | 10010101 | 1000100 | 1010100 |
Color Harmonies of #BBF2D6
Complementary color
Monochromatic Colors of #BBF2D6
Black with #BBF2D6
Text Example
Text Example
White with #BBF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2D6; }
p { color: rgb(187,242,214); }
H1.HeaderClassName
{
color: #BBF2D6;
}
.AnyTagClassName
{
color: #BBF2D6;
}
</style>
background-color css
<style>
a { background-color: #BBF2D6; }
a { background-color: rgb(187,242,214); }
div.DivClassName
{
background-color: #BBF2D6;
}
.BgClassName
{
background-color: #BBF2D6;
}
</style>
border-color css
<style>
span { border-color: #BBF2D6; }
span { border-color: rgb(187,242,214); }
td.TdClassName
{
border-color: #BBF2D6;
}
.TagClassName
{
border-color: #BBF2D6;
}
</style>