Shades of Aero Blue #BBFBD4
Tints of Aero Blue #BBFBD4
RGB
CMYK
RGB Variations
Color information
#BBFBD4 (or 0xBBFBD4) is known color: Aero Blue. HEX triplet: BB, FB and D4. RGB value is (187,251,212). Sum of RGB (Red+Green+Blue) = 187+251+212=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD4 is #44042B. Grayscale: #E3E3E3. Windows color (decimal): -4457516 or 13958075. OLE color: 13958075.
HSL color Cylindrical-coordinate representation of color #BBFBD4: hue angle of 143.44º 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 #BBFBD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 212 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 143.44º | 0.89% | 0.86% | - |
| HSV(B) | 143.44º | 0.25% | 0.98% | - |
| XYZ | 66.87 | 84.31 | 75.04 | - |
| YUV | 227.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 212 | 0.25 | 0 | 0.16 | 0.02 | 143.44 | 0.89 | 0.86 |
| Hex | BB | FB | D4 | 19 | 0 | 10 | 2 | 8F | 59 | 56 |
| Octal | 273 | 373 | 324 | 31 | 0 | 20 | 2 | 217 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11010100 | 11001 | 0 | 10000 | 10 | 10001111 | 1011001 | 1010110 |
Color Harmonies of #BBFBD4
Complementary color
Monochromatic Colors of #BBFBD4
Black with #BBFBD4
Text Example
Text Example
White with #BBFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBD4; }
p { color: rgb(187,251,212); }
H1.HeaderClassName
{
color: #BBFBD4;
}
.AnyTagClassName
{
color: #BBFBD4;
}
</style>
background-color css
<style>
a { background-color: #BBFBD4; }
a { background-color: rgb(187,251,212); }
div.DivClassName
{
background-color: #BBFBD4;
}
.BgClassName
{
background-color: #BBFBD4;
}
</style>
border-color css
<style>
span { border-color: #BBFBD4; }
span { border-color: rgb(187,251,212); }
td.TdClassName
{
border-color: #BBFBD4;
}
.TagClassName
{
border-color: #BBFBD4;
}
</style>