Shades of Lola #BBB6BC
Tints of Lola #BBB6BC
RGB
CMYK
RGB Variations
Color information
#BBB6BC (or 0xBBB6BC) is known color: Lola. HEX triplet: BB, B6 and BC. RGB value is (187,182,188). Sum of RGB (Red+Green+Blue) = 187+182+188=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BC is #444943. Grayscale: #B8B8B8. Windows color (decimal): -4475204 or 12367547. OLE color: 12367547.
HSL color Cylindrical-coordinate representation of color #BBB6BC: hue angle of 290º 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 #BBB6BC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 182 | 188 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.26 |
| HSL | 290º | 0.04% | 0.73% | - |
| HSV(B) | 290º | 0.03% | 0.74% | - |
| XYZ | 46.3 | 47.65 | 54.33 | - |
| YUV | 184.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 188 | 0.01 | 0.03 | 0 | 0.26 | 290 | 0.04 | 0.73 |
| Hex | BB | B6 | BC | 1 | 3 | 0 | 1A | 122 | 4 | 49 |
| Octal | 273 | 266 | 274 | 1 | 3 | 0 | 32 | 442 | 4 | 111 |
| Binary | 10111011 | 10110110 | 10111100 | 1 | 11 | 0 | 11010 | 100100010 | 100 | 1001001 |
Color Harmonies of #BBB6BC
Complementary color
Monochromatic Colors of #BBB6BC
Black with #BBB6BC
Text Example
Text Example
White with #BBB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6BC; }
p { color: rgb(187,182,188); }
H1.HeaderClassName
{
color: #BBB6BC;
}
.AnyTagClassName
{
color: #BBB6BC;
}
</style>
background-color css
<style>
a { background-color: #BBB6BC; }
a { background-color: rgb(187,182,188); }
div.DivClassName
{
background-color: #BBB6BC;
}
.BgClassName
{
background-color: #BBB6BC;
}
</style>
border-color css
<style>
span { border-color: #BBB6BC; }
span { border-color: rgb(187,182,188); }
td.TdClassName
{
border-color: #BBB6BC;
}
.TagClassName
{
border-color: #BBB6BC;
}
</style>