Shades of Aero Blue #BBFCD9
Tints of Aero Blue #BBFCD9
RGB
CMYK
RGB Variations
Color information
#BBFCD9 (or 0xBBFCD9) is known color: Aero Blue. HEX triplet: BB, FC and D9. RGB value is (187,252,217). Sum of RGB (Red+Green+Blue) = 187+252+217=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD9 is #440326. Grayscale: #E4E4E4. Windows color (decimal): -4457255 or 14286011. OLE color: 14286011.
HSL color Cylindrical-coordinate representation of color #BBFCD9: hue angle of 147.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCD9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 217 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.01 |
| HSL | 147.69º | 0.92% | 0.86% | - |
| HSV(B) | 147.69º | 0.26% | 0.99% | - |
| XYZ | 67.83 | 85.2 | 78.52 | - |
| YUV | 228.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 217 | 0.26 | 0 | 0.14 | 0.01 | 147.69 | 0.92 | 0.86 |
| Hex | BB | FC | D9 | 1A | 0 | E | 1 | 94 | 5C | 56 |
| Octal | 273 | 374 | 331 | 32 | 0 | 16 | 1 | 224 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11011001 | 11010 | 0 | 1110 | 1 | 10010100 | 1011100 | 1010110 |
Color Harmonies of #BBFCD9
Complementary color
Monochromatic Colors of #BBFCD9
Black with #BBFCD9
Text Example
Text Example
White with #BBFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCD9; }
p { color: rgb(187,252,217); }
H1.HeaderClassName
{
color: #BBFCD9;
}
.AnyTagClassName
{
color: #BBFCD9;
}
</style>
background-color css
<style>
a { background-color: #BBFCD9; }
a { background-color: rgb(187,252,217); }
div.DivClassName
{
background-color: #BBFCD9;
}
.BgClassName
{
background-color: #BBFCD9;
}
</style>
border-color css
<style>
span { border-color: #BBFCD9; }
span { border-color: rgb(187,252,217); }
td.TdClassName
{
border-color: #BBFCD9;
}
.TagClassName
{
border-color: #BBFCD9;
}
</style>