Shades of Aero Blue #BBFCD4
Tints of Aero Blue #BBFCD4
RGB
CMYK
RGB Variations
Color information
#BBFCD4 (or 0xBBFCD4) is known color: Aero Blue. HEX triplet: BB, FC and D4. RGB value is (187,252,212). Sum of RGB (Red+Green+Blue) = 187+252+212=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD4 is #44032B. Grayscale: #E4E4E4. Windows color (decimal): -4457260 or 13958331. OLE color: 13958331.
HSL color Cylindrical-coordinate representation of color #BBFCD4: hue angle of 143.08º 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 #BBFCD4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 212 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 143.08º | 0.92% | 0.86% | - |
| HSV(B) | 143.08º | 0.26% | 0.99% | - |
| XYZ | 67.19 | 84.94 | 75.14 | - |
| YUV | 228.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 212 | 0.26 | 0 | 0.16 | 0.01 | 143.08 | 0.92 | 0.86 |
| Hex | BB | FC | D4 | 1A | 0 | 10 | 1 | 8F | 5C | 56 |
| Octal | 273 | 374 | 324 | 32 | 0 | 20 | 1 | 217 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11010100 | 11010 | 0 | 10000 | 1 | 10001111 | 1011100 | 1010110 |
Color Harmonies of #BBFCD4
Complementary color
Monochromatic Colors of #BBFCD4
Black with #BBFCD4
Text Example
Text Example
White with #BBFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCD4; }
p { color: rgb(187,252,212); }
H1.HeaderClassName
{
color: #BBFCD4;
}
.AnyTagClassName
{
color: #BBFCD4;
}
</style>
background-color css
<style>
a { background-color: #BBFCD4; }
a { background-color: rgb(187,252,212); }
div.DivClassName
{
background-color: #BBFCD4;
}
.BgClassName
{
background-color: #BBFCD4;
}
</style>
border-color css
<style>
span { border-color: #BBFCD4; }
span { border-color: rgb(187,252,212); }
td.TdClassName
{
border-color: #BBFCD4;
}
.TagClassName
{
border-color: #BBFCD4;
}
</style>