Shades of Aero Blue #BBFBD2
Tints of Aero Blue #BBFBD2
RGB
CMYK
RGB Variations
Color information
#BBFBD2 (or 0xBBFBD2) is known color: Aero Blue. HEX triplet: BB, FB and D2. RGB value is (187,251,210). Sum of RGB (Red+Green+Blue) = 187+251+210=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD2 is #44042D. Grayscale: #E3E3E3. Windows color (decimal): -4457518 or 13827003. OLE color: 13827003.
HSL color Cylindrical-coordinate representation of color #BBFBD2: hue angle of 141.56º 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 #BBFBD2 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 210 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 141.56º | 0.89% | 0.86% | - |
| HSV(B) | 141.56º | 0.25% | 0.98% | - |
| XYZ | 66.62 | 84.21 | 73.72 | - |
| YUV | 227.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 210 | 0.25 | 0 | 0.16 | 0.02 | 141.56 | 0.89 | 0.86 |
| Hex | BB | FB | D2 | 19 | 0 | 10 | 2 | 8E | 59 | 56 |
| Octal | 273 | 373 | 322 | 31 | 0 | 20 | 2 | 216 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11010010 | 11001 | 0 | 10000 | 10 | 10001110 | 1011001 | 1010110 |
Color Harmonies of #BBFBD2
Complementary color
Monochromatic Colors of #BBFBD2
Black with #BBFBD2
Text Example
Text Example
White with #BBFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBD2; }
p { color: rgb(187,251,210); }
H1.HeaderClassName
{
color: #BBFBD2;
}
.AnyTagClassName
{
color: #BBFBD2;
}
</style>
background-color css
<style>
a { background-color: #BBFBD2; }
a { background-color: rgb(187,251,210); }
div.DivClassName
{
background-color: #BBFBD2;
}
.BgClassName
{
background-color: #BBFBD2;
}
</style>
border-color css
<style>
span { border-color: #BBFBD2; }
span { border-color: rgb(187,251,210); }
td.TdClassName
{
border-color: #BBFBD2;
}
.TagClassName
{
border-color: #BBFBD2;
}
</style>