Shades of Aero Blue #BBFBD3
Tints of Aero Blue #BBFBD3
RGB
CMYK
RGB Variations
Color information
#BBFBD3 (or 0xBBFBD3) is known color: Aero Blue. HEX triplet: BB, FB and D3. RGB value is (187,251,211). Sum of RGB (Red+Green+Blue) = 187+251+211=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD3 is #44042C. Grayscale: #E3E3E3. Windows color (decimal): -4457517 or 13892539. OLE color: 13892539.
HSL color Cylindrical-coordinate representation of color #BBFBD3: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 211 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 142.5º | 0.89% | 0.86% | - |
| HSV(B) | 142.5º | 0.25% | 0.98% | - |
| XYZ | 66.75 | 84.26 | 74.37 | - |
| YUV | 227.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 211 | 0.25 | 0 | 0.16 | 0.02 | 142.5 | 0.89 | 0.86 |
| Hex | BB | FB | D3 | 19 | 0 | 10 | 2 | 8E | 59 | 56 |
| Octal | 273 | 373 | 323 | 31 | 0 | 20 | 2 | 216 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11010011 | 11001 | 0 | 10000 | 10 | 10001110 | 1011001 | 1010110 |
Color Harmonies of #BBFBD3
Complementary color
Monochromatic Colors of #BBFBD3
Black with #BBFBD3
Text Example
Text Example
White with #BBFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBD3; }
p { color: rgb(187,251,211); }
H1.HeaderClassName
{
color: #BBFBD3;
}
.AnyTagClassName
{
color: #BBFBD3;
}
</style>
background-color css
<style>
a { background-color: #BBFBD3; }
a { background-color: rgb(187,251,211); }
div.DivClassName
{
background-color: #BBFBD3;
}
.BgClassName
{
background-color: #BBFBD3;
}
</style>
border-color css
<style>
span { border-color: #BBFBD3; }
span { border-color: rgb(187,251,211); }
td.TdClassName
{
border-color: #BBFBD3;
}
.TagClassName
{
border-color: #BBFBD3;
}
</style>