Shades of Aero Blue #BBFBD7
Tints of Aero Blue #BBFBD7
RGB
CMYK
RGB Variations
Color information
#BBFBD7 (or 0xBBFBD7) is known color: Aero Blue. HEX triplet: BB, FB and D7. RGB value is (187,251,215). Sum of RGB (Red+Green+Blue) = 187+251+215=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD7 is #440428. Grayscale: #E3E3E3. Windows color (decimal): -4457513 or 14154683. OLE color: 14154683.
HSL color Cylindrical-coordinate representation of color #BBFBD7: hue angle of 146.25º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBD7 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 215 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.02 |
| HSL | 146.25º | 0.89% | 0.86% | - |
| HSV(B) | 146.25º | 0.25% | 0.98% | - |
| XYZ | 67.26 | 84.47 | 77.05 | - |
| YUV | 227.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 215 | 0.25 | 0 | 0.14 | 0.02 | 146.25 | 0.89 | 0.86 |
| Hex | BB | FB | D7 | 19 | 0 | E | 2 | 92 | 59 | 56 |
| Octal | 273 | 373 | 327 | 31 | 0 | 16 | 2 | 222 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11010111 | 11001 | 0 | 1110 | 10 | 10010010 | 1011001 | 1010110 |
Color Harmonies of #BBFBD7
Complementary color
Monochromatic Colors of #BBFBD7
Black with #BBFBD7
Text Example
Text Example
White with #BBFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBD7; }
p { color: rgb(187,251,215); }
H1.HeaderClassName
{
color: #BBFBD7;
}
.AnyTagClassName
{
color: #BBFBD7;
}
</style>
background-color css
<style>
a { background-color: #BBFBD7; }
a { background-color: rgb(187,251,215); }
div.DivClassName
{
background-color: #BBFBD7;
}
.BgClassName
{
background-color: #BBFBD7;
}
</style>
border-color css
<style>
span { border-color: #BBFBD7; }
span { border-color: rgb(187,251,215); }
td.TdClassName
{
border-color: #BBFBD7;
}
.TagClassName
{
border-color: #BBFBD7;
}
</style>