Shades of Aero Blue #BBFED5
Tints of Aero Blue #BBFED5
RGB
CMYK
RGB Variations
Color information
#BBFED5 (or 0xBBFED5) is known color: Aero Blue. HEX triplet: BB, FE and D5. RGB value is (187,254,213). Sum of RGB (Red+Green+Blue) = 187+254+213=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED5 is #44012A. Grayscale: #E5E5E5. Windows color (decimal): -4456747 or 14024379. OLE color: 14024379.
HSL color Cylindrical-coordinate representation of color #BBFED5: hue angle of 143.28º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFED5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 213 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.00 |
| HSL | 143.28º | 0.97% | 0.86% | - |
| HSV(B) | 143.28º | 0.26% | 1% | - |
| XYZ | 67.95 | 86.25 | 76.02 | - |
| YUV | 229.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 213 | 0.26 | 0 | 0.16 | 0.00 | 143.28 | 0.97 | 0.86 |
| Hex | BB | FE | D5 | 1A | 0 | 10 | 0 | 8F | 61 | 56 |
| Octal | 273 | 376 | 325 | 32 | 0 | 20 | 0 | 217 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11010101 | 11010 | 0 | 10000 | 0 | 10001111 | 1100001 | 1010110 |
Color Harmonies of #BBFED5
Complementary color
Monochromatic Colors of #BBFED5
Black with #BBFED5
Text Example
Text Example
White with #BBFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFED5; }
p { color: rgb(187,254,213); }
H1.HeaderClassName
{
color: #BBFED5;
}
.AnyTagClassName
{
color: #BBFED5;
}
</style>
background-color css
<style>
a { background-color: #BBFED5; }
a { background-color: rgb(187,254,213); }
div.DivClassName
{
background-color: #BBFED5;
}
.BgClassName
{
background-color: #BBFED5;
}
</style>
border-color css
<style>
span { border-color: #BBFED5; }
span { border-color: rgb(187,254,213); }
td.TdClassName
{
border-color: #BBFED5;
}
.TagClassName
{
border-color: #BBFED5;
}
</style>