Shades of Lola #BBB5BD
Tints of Lola #BBB5BD
RGB
CMYK
RGB Variations
Color information
#BBB5BD (or 0xBBB5BD) is known color: Lola. HEX triplet: BB, B5 and BD. RGB value is (187,181,189). Sum of RGB (Red+Green+Blue) = 187+181+189=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5BD is #444A42. Grayscale: #B7B7B7. Windows color (decimal): -4475459 or 12432827. OLE color: 12432827.
HSL color Cylindrical-coordinate representation of color #BBB5BD: hue angle of 285º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBB5BD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 181 | 189 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.26 |
| HSL | 285º | 0.06% | 0.73% | - |
| HSV(B) | 285º | 0.04% | 0.74% | - |
| XYZ | 46.2 | 47.29 | 54.84 | - |
| YUV | 183.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 189 | 0.01 | 0.04 | 0 | 0.26 | 285 | 0.06 | 0.73 |
| Hex | BB | B5 | BD | 1 | 4 | 0 | 1A | 11D | 6 | 49 |
| Octal | 273 | 265 | 275 | 1 | 4 | 0 | 32 | 435 | 6 | 111 |
| Binary | 10111011 | 10110101 | 10111101 | 1 | 100 | 0 | 11010 | 100011101 | 110 | 1001001 |
Color Harmonies of #BBB5BD
Complementary color
Monochromatic Colors of #BBB5BD
Black with #BBB5BD
Text Example
Text Example
White with #BBB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5BD; }
p { color: rgb(187,181,189); }
H1.HeaderClassName
{
color: #BBB5BD;
}
.AnyTagClassName
{
color: #BBB5BD;
}
</style>
background-color css
<style>
a { background-color: #BBB5BD; }
a { background-color: rgb(187,181,189); }
div.DivClassName
{
background-color: #BBB5BD;
}
.BgClassName
{
background-color: #BBB5BD;
}
</style>
border-color css
<style>
span { border-color: #BBB5BD; }
span { border-color: rgb(187,181,189); }
td.TdClassName
{
border-color: #BBB5BD;
}
.TagClassName
{
border-color: #BBB5BD;
}
</style>