Shades of Aero Blue #BBFBD5
Tints of Aero Blue #BBFBD5
RGB
CMYK
RGB Variations
Color information
#BBFBD5 (or 0xBBFBD5) is known color: Aero Blue. HEX triplet: BB, FB and D5. RGB value is (187,251,213). Sum of RGB (Red+Green+Blue) = 187+251+213=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD5 is #44042A. Grayscale: #E3E3E3. Windows color (decimal): -4457515 or 14023611. OLE color: 14023611.
HSL color Cylindrical-coordinate representation of color #BBFBD5: hue angle of 144.38º 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 #BBFBD5 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 213 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.02 |
| HSL | 144.38º | 0.89% | 0.86% | - |
| HSV(B) | 144.38º | 0.25% | 0.98% | - |
| XYZ | 67 | 84.36 | 75.7 | - |
| YUV | 227.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 213 | 0.25 | 0 | 0.15 | 0.02 | 144.38 | 0.89 | 0.86 |
| Hex | BB | FB | D5 | 19 | 0 | F | 2 | 90 | 59 | 56 |
| Octal | 273 | 373 | 325 | 31 | 0 | 17 | 2 | 220 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11010101 | 11001 | 0 | 1111 | 10 | 10010000 | 1011001 | 1010110 |
Color Harmonies of #BBFBD5
Complementary color
Monochromatic Colors of #BBFBD5
Black with #BBFBD5
Text Example
Text Example
White with #BBFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBD5; }
p { color: rgb(187,251,213); }
H1.HeaderClassName
{
color: #BBFBD5;
}
.AnyTagClassName
{
color: #BBFBD5;
}
</style>
background-color css
<style>
a { background-color: #BBFBD5; }
a { background-color: rgb(187,251,213); }
div.DivClassName
{
background-color: #BBFBD5;
}
.BgClassName
{
background-color: #BBFBD5;
}
</style>
border-color css
<style>
span { border-color: #BBFBD5; }
span { border-color: rgb(187,251,213); }
td.TdClassName
{
border-color: #BBFBD5;
}
.TagClassName
{
border-color: #BBFBD5;
}
</style>