Shades of Aero Blue #BBDBCB
Tints of Aero Blue #BBDBCB
RGB
CMYK
RGB Variations
Color information
#BBDBCB (or 0xBBDBCB) is known color: Aero Blue. HEX triplet: BB, DB and CB. RGB value is (187,219,203). Sum of RGB (Red+Green+Blue) = 187+219+203=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBCB is #442434. Grayscale: #CFCFCF. Windows color (decimal): -4465717 or 13360059. OLE color: 13360059.
HSL color Cylindrical-coordinate representation of color #BBDBCB: hue angle of 150º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBCB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 203 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.14 |
| HSL | 150º | 0.31% | 0.8% | - |
| HSV(B) | 150º | 0.15% | 0.86% | - |
| XYZ | 56.6 | 65.54 | 66.17 | - |
| YUV | 207.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 203 | 0.15 | 0 | 0.07 | 0.14 | 150 | 0.31 | 0.8 |
| Hex | BB | DB | CB | F | 0 | 7 | E | 96 | 1F | 50 |
| Octal | 273 | 333 | 313 | 17 | 0 | 7 | 16 | 226 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11001011 | 1111 | 0 | 111 | 1110 | 10010110 | 11111 | 1010000 |
Color Harmonies of #BBDBCB
Complementary color
Monochromatic Colors of #BBDBCB
Black with #BBDBCB
Text Example
Text Example
White with #BBDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBCB; }
p { color: rgb(187,219,203); }
H1.HeaderClassName
{
color: #BBDBCB;
}
.AnyTagClassName
{
color: #BBDBCB;
}
</style>
background-color css
<style>
a { background-color: #BBDBCB; }
a { background-color: rgb(187,219,203); }
div.DivClassName
{
background-color: #BBDBCB;
}
.BgClassName
{
background-color: #BBDBCB;
}
</style>
border-color css
<style>
span { border-color: #BBDBCB; }
span { border-color: rgb(187,219,203); }
td.TdClassName
{
border-color: #BBDBCB;
}
.TagClassName
{
border-color: #BBDBCB;
}
</style>