Shades of Lola #BBB5BB
Tints of Lola #BBB5BB
RGB
CMYK
RGB Variations
Color information
#BBB5BB (or 0xBBB5BB) is known color: Lola. HEX triplet: BB, B5 and BB. RGB value is (187,181,187). Sum of RGB (Red+Green+Blue) = 187+181+187=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5BB is #444A44. Grayscale: #B7B7B7. Windows color (decimal): -4475461 or 12301755. OLE color: 12301755.
HSL color Cylindrical-coordinate representation of color #BBB5BB: hue angle of 300º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB5BB is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 187 | - |
| CMYK | 0 | 0.03 | 0 | 0.27 |
| HSL | 300º | 0.04% | 0.72% | - |
| HSV(B) | 300º | 0.03% | 0.73% | - |
| XYZ | 45.99 | 47.2 | 53.7 | - |
| YUV | 183.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 187 | 0 | 0.03 | 0 | 0.27 | 300 | 0.04 | 0.72 |
| Hex | BB | B5 | BB | 0 | 3 | 0 | 1B | 12C | 4 | 48 |
| Octal | 273 | 265 | 273 | 0 | 3 | 0 | 33 | 454 | 4 | 110 |
| Binary | 10111011 | 10110101 | 10111011 | 0 | 11 | 0 | 11011 | 100101100 | 100 | 1001000 |
Color Harmonies of #BBB5BB
Complementary color
Monochromatic Colors of #BBB5BB
Black with #BBB5BB
Text Example
Text Example
White with #BBB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5BB; }
p { color: rgb(187,181,187); }
H1.HeaderClassName
{
color: #BBB5BB;
}
.AnyTagClassName
{
color: #BBB5BB;
}
</style>
background-color css
<style>
a { background-color: #BBB5BB; }
a { background-color: rgb(187,181,187); }
div.DivClassName
{
background-color: #BBB5BB;
}
.BgClassName
{
background-color: #BBB5BB;
}
</style>
border-color css
<style>
span { border-color: #BBB5BB; }
span { border-color: rgb(187,181,187); }
td.TdClassName
{
border-color: #BBB5BB;
}
.TagClassName
{
border-color: #BBB5BB;
}
</style>