Shades of Aero Blue #BBFCDB
Tints of Aero Blue #BBFCDB
RGB
CMYK
RGB Variations
Color information
#BBFCDB (or 0xBBFCDB) is known color: Aero Blue. HEX triplet: BB, FC and DB. RGB value is (187,252,219). Sum of RGB (Red+Green+Blue) = 187+252+219=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCDB is #440324. Grayscale: #E4E4E4. Windows color (decimal): -4457253 or 14417083. OLE color: 14417083.
HSL color Cylindrical-coordinate representation of color #BBFCDB: hue angle of 149.54º 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 #BBFCDB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 219 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.01 |
| HSL | 149.54º | 0.92% | 0.86% | - |
| HSV(B) | 149.54º | 0.26% | 0.99% | - |
| XYZ | 68.09 | 85.3 | 79.89 | - |
| YUV | 228.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 219 | 0.26 | 0 | 0.13 | 0.01 | 149.54 | 0.92 | 0.86 |
| Hex | BB | FC | DB | 1A | 0 | D | 1 | 96 | 5C | 56 |
| Octal | 273 | 374 | 333 | 32 | 0 | 15 | 1 | 226 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11011011 | 11010 | 0 | 1101 | 1 | 10010110 | 1011100 | 1010110 |
Color Harmonies of #BBFCDB
Complementary color
Monochromatic Colors of #BBFCDB
Black with #BBFCDB
Text Example
Text Example
White with #BBFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCDB; }
p { color: rgb(187,252,219); }
H1.HeaderClassName
{
color: #BBFCDB;
}
.AnyTagClassName
{
color: #BBFCDB;
}
</style>
background-color css
<style>
a { background-color: #BBFCDB; }
a { background-color: rgb(187,252,219); }
div.DivClassName
{
background-color: #BBFCDB;
}
.BgClassName
{
background-color: #BBFCDB;
}
</style>
border-color css
<style>
span { border-color: #BBFCDB; }
span { border-color: rgb(187,252,219); }
td.TdClassName
{
border-color: #BBFCDB;
}
.TagClassName
{
border-color: #BBFCDB;
}
</style>