Shades of Lola #BBB1BC
Tints of Lola #BBB1BC
RGB
CMYK
RGB Variations
Color information
#BBB1BC (or 0xBBB1BC) is known color: Lola. HEX triplet: BB, B1 and BC. RGB value is (187,177,188). Sum of RGB (Red+Green+Blue) = 187+177+188=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1BC is #444E43. Grayscale: #B5B5B5. Windows color (decimal): -4476484 or 12366267. OLE color: 12366267.
HSL color Cylindrical-coordinate representation of color #BBB1BC: hue angle of 294.55º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB1BC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 177 | 188 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.26 |
| HSL | 294.55º | 0.08% | 0.72% | - |
| HSV(B) | 294.55º | 0.06% | 0.74% | - |
| XYZ | 45.29 | 45.64 | 54 | - |
| YUV | 181.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 188 | 0.01 | 0.06 | 0 | 0.26 | 294.55 | 0.08 | 0.72 |
| Hex | BB | B1 | BC | 1 | 6 | 0 | 1A | 127 | 8 | 48 |
| Octal | 273 | 261 | 274 | 1 | 6 | 0 | 32 | 447 | 10 | 110 |
| Binary | 10111011 | 10110001 | 10111100 | 1 | 110 | 0 | 11010 | 100100111 | 1000 | 1001000 |
Color Harmonies of #BBB1BC
Complementary color
Monochromatic Colors of #BBB1BC
Black with #BBB1BC
Text Example
Text Example
White with #BBB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1BC; }
p { color: rgb(187,177,188); }
H1.HeaderClassName
{
color: #BBB1BC;
}
.AnyTagClassName
{
color: #BBB1BC;
}
</style>
background-color css
<style>
a { background-color: #BBB1BC; }
a { background-color: rgb(187,177,188); }
div.DivClassName
{
background-color: #BBB1BC;
}
.BgClassName
{
background-color: #BBB1BC;
}
</style>
border-color css
<style>
span { border-color: #BBB1BC; }
span { border-color: rgb(187,177,188); }
td.TdClassName
{
border-color: #BBB1BC;
}
.TagClassName
{
border-color: #BBB1BC;
}
</style>