Shades of Aero Blue #BBFCD8
Tints of Aero Blue #BBFCD8
RGB
CMYK
RGB Variations
Color information
#BBFCD8 (or 0xBBFCD8) is known color: Aero Blue. HEX triplet: BB, FC and D8. RGB value is (187,252,216). Sum of RGB (Red+Green+Blue) = 187+252+216=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD8 is #440327. Grayscale: #E4E4E4. Windows color (decimal): -4457256 or 14220475. OLE color: 14220475.
HSL color Cylindrical-coordinate representation of color #BBFCD8: hue angle of 146.77º 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 #BBFCD8 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 216 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.01 |
| HSL | 146.77º | 0.92% | 0.86% | - |
| HSV(B) | 146.77º | 0.26% | 0.99% | - |
| XYZ | 67.7 | 85.14 | 77.83 | - |
| YUV | 228.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 216 | 0.26 | 0 | 0.14 | 0.01 | 146.77 | 0.92 | 0.86 |
| Hex | BB | FC | D8 | 1A | 0 | E | 1 | 93 | 5C | 56 |
| Octal | 273 | 374 | 330 | 32 | 0 | 16 | 1 | 223 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11011000 | 11010 | 0 | 1110 | 1 | 10010011 | 1011100 | 1010110 |
Color Harmonies of #BBFCD8
Complementary color
Monochromatic Colors of #BBFCD8
Black with #BBFCD8
Text Example
Text Example
White with #BBFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCD8; }
p { color: rgb(187,252,216); }
H1.HeaderClassName
{
color: #BBFCD8;
}
.AnyTagClassName
{
color: #BBFCD8;
}
</style>
background-color css
<style>
a { background-color: #BBFCD8; }
a { background-color: rgb(187,252,216); }
div.DivClassName
{
background-color: #BBFCD8;
}
.BgClassName
{
background-color: #BBFCD8;
}
</style>
border-color css
<style>
span { border-color: #BBFCD8; }
span { border-color: rgb(187,252,216); }
td.TdClassName
{
border-color: #BBFCD8;
}
.TagClassName
{
border-color: #BBFCD8;
}
</style>