Shades of Aero Blue #BBFCD3
Tints of Aero Blue #BBFCD3
RGB
CMYK
RGB Variations
Color information
#BBFCD3 (or 0xBBFCD3) is known color: Aero Blue. HEX triplet: BB, FC and D3. RGB value is (187,252,211). Sum of RGB (Red+Green+Blue) = 187+252+211=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD3 is #44032C. Grayscale: #E3E3E3. Windows color (decimal): -4457261 or 13892795. OLE color: 13892795.
HSL color Cylindrical-coordinate representation of color #BBFCD3: hue angle of 142.15º 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 #BBFCD3 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 211 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 142.15º | 0.92% | 0.86% | - |
| HSV(B) | 142.15º | 0.26% | 0.99% | - |
| XYZ | 67.06 | 84.89 | 74.48 | - |
| YUV | 227.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 211 | 0.26 | 0 | 0.16 | 0.01 | 142.15 | 0.92 | 0.86 |
| Hex | BB | FC | D3 | 1A | 0 | 10 | 1 | 8E | 5C | 56 |
| Octal | 273 | 374 | 323 | 32 | 0 | 20 | 1 | 216 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11010011 | 11010 | 0 | 10000 | 1 | 10001110 | 1011100 | 1010110 |
Color Harmonies of #BBFCD3
Complementary color
Monochromatic Colors of #BBFCD3
Black with #BBFCD3
Text Example
Text Example
White with #BBFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCD3; }
p { color: rgb(187,252,211); }
H1.HeaderClassName
{
color: #BBFCD3;
}
.AnyTagClassName
{
color: #BBFCD3;
}
</style>
background-color css
<style>
a { background-color: #BBFCD3; }
a { background-color: rgb(187,252,211); }
div.DivClassName
{
background-color: #BBFCD3;
}
.BgClassName
{
background-color: #BBFCD3;
}
</style>
border-color css
<style>
span { border-color: #BBFCD3; }
span { border-color: rgb(187,252,211); }
td.TdClassName
{
border-color: #BBFCD3;
}
.TagClassName
{
border-color: #BBFCD3;
}
</style>