Shades of Lola #BBB7BC
Tints of Lola #BBB7BC
RGB
CMYK
RGB Variations
Color information
#BBB7BC (or 0xBBB7BC) is known color: Lola. HEX triplet: BB, B7 and BC. RGB value is (187,183,188). Sum of RGB (Red+Green+Blue) = 187+183+188=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7BC is #444843. Grayscale: #B8B8B8. Windows color (decimal): -4474948 or 12367803. OLE color: 12367803.
HSL color Cylindrical-coordinate representation of color #BBB7BC: hue angle of 288º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB7BC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 183 | 188 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.26 |
| HSL | 288º | 0.04% | 0.73% | - |
| HSV(B) | 288º | 0.03% | 0.74% | - |
| XYZ | 46.5 | 48.06 | 54.4 | - |
| YUV | 184.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 188 | 0.01 | 0.03 | 0 | 0.26 | 288 | 0.04 | 0.73 |
| Hex | BB | B7 | BC | 1 | 3 | 0 | 1A | 120 | 4 | 49 |
| Octal | 273 | 267 | 274 | 1 | 3 | 0 | 32 | 440 | 4 | 111 |
| Binary | 10111011 | 10110111 | 10111100 | 1 | 11 | 0 | 11010 | 100100000 | 100 | 1001001 |
Color Harmonies of #BBB7BC
Complementary color
Monochromatic Colors of #BBB7BC
Black with #BBB7BC
Text Example
Text Example
White with #BBB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7BC; }
p { color: rgb(187,183,188); }
H1.HeaderClassName
{
color: #BBB7BC;
}
.AnyTagClassName
{
color: #BBB7BC;
}
</style>
background-color css
<style>
a { background-color: #BBB7BC; }
a { background-color: rgb(187,183,188); }
div.DivClassName
{
background-color: #BBB7BC;
}
.BgClassName
{
background-color: #BBB7BC;
}
</style>
border-color css
<style>
span { border-color: #BBB7BC; }
span { border-color: rgb(187,183,188); }
td.TdClassName
{
border-color: #BBB7BC;
}
.TagClassName
{
border-color: #BBB7BC;
}
</style>