Shades of Aero Blue #BBFBDB
Tints of Aero Blue #BBFBDB
RGB
CMYK
RGB Variations
Color information
#BBFBDB (or 0xBBFBDB) is known color: Aero Blue. HEX triplet: BB, FB and DB. RGB value is (187,251,219). Sum of RGB (Red+Green+Blue) = 187+251+219=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDB is #440424. Grayscale: #E4E4E4. Windows color (decimal): -4457509 or 14416827. OLE color: 14416827.
HSL color Cylindrical-coordinate representation of color #BBFBDB: hue angle of 150º 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 #BBFBDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 219 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.02 |
| HSL | 150º | 0.89% | 0.86% | - |
| HSV(B) | 150º | 0.25% | 0.98% | - |
| XYZ | 67.78 | 84.67 | 79.79 | - |
| YUV | 228.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 219 | 0.25 | 0 | 0.13 | 0.02 | 150 | 0.89 | 0.86 |
| Hex | BB | FB | DB | 19 | 0 | D | 2 | 96 | 59 | 56 |
| Octal | 273 | 373 | 333 | 31 | 0 | 15 | 2 | 226 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11011011 | 11001 | 0 | 1101 | 10 | 10010110 | 1011001 | 1010110 |
Color Harmonies of #BBFBDB
Complementary color
Monochromatic Colors of #BBFBDB
Black with #BBFBDB
Text Example
Text Example
White with #BBFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBDB; }
p { color: rgb(187,251,219); }
H1.HeaderClassName
{
color: #BBFBDB;
}
.AnyTagClassName
{
color: #BBFBDB;
}
</style>
background-color css
<style>
a { background-color: #BBFBDB; }
a { background-color: rgb(187,251,219); }
div.DivClassName
{
background-color: #BBFBDB;
}
.BgClassName
{
background-color: #BBFBDB;
}
</style>
border-color css
<style>
span { border-color: #BBFBDB; }
span { border-color: rgb(187,251,219); }
td.TdClassName
{
border-color: #BBFBDB;
}
.TagClassName
{
border-color: #BBFBDB;
}
</style>