Shades of Aero Blue #BBFFD6
Tints of Aero Blue #BBFFD6
RGB
CMYK
RGB Variations
Color information
#BBFFD6 (or 0xBBFFD6) is known color: Aero Blue. HEX triplet: BB, FF and D6. RGB value is (187,255,214). Sum of RGB (Red+Green+Blue) = 187+255+214=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD6 is #440029. Grayscale: #E6E6E6. Windows color (decimal): -4456490 or 14090171. OLE color: 14090171.
HSL color Cylindrical-coordinate representation of color #BBFFD6: hue angle of 143.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFD6 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 214 | - |
| CMYK | 0.27 | 0 | 0.16 | 0 |
| HSL | 143.82º | 1% | 0.87% | - |
| HSV(B) | 143.82º | 0.27% | 1% | - |
| XYZ | 68.39 | 86.94 | 76.79 | - |
| YUV | 229.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 214 | 0.27 | 0 | 0.16 | 0 | 143.82 | 1 | 0.87 |
| Hex | BB | FF | D6 | 1B | 0 | 10 | 0 | 90 | 64 | 57 |
| Octal | 273 | 377 | 326 | 33 | 0 | 20 | 0 | 220 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11010110 | 11011 | 0 | 10000 | 0 | 10010000 | 1100100 | 1010111 |
Color Harmonies of #BBFFD6
Complementary color
Monochromatic Colors of #BBFFD6
Black with #BBFFD6
Text Example
Text Example
White with #BBFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFD6; }
p { color: rgb(187,255,214); }
H1.HeaderClassName
{
color: #BBFFD6;
}
.AnyTagClassName
{
color: #BBFFD6;
}
</style>
background-color css
<style>
a { background-color: #BBFFD6; }
a { background-color: rgb(187,255,214); }
div.DivClassName
{
background-color: #BBFFD6;
}
.BgClassName
{
background-color: #BBFFD6;
}
</style>
border-color css
<style>
span { border-color: #BBFFD6; }
span { border-color: rgb(187,255,214); }
td.TdClassName
{
border-color: #BBFFD6;
}
.TagClassName
{
border-color: #BBFFD6;
}
</style>