Shades of Lola #BBB0BE
Tints of Lola #BBB0BE
RGB
CMYK
RGB Variations
Color information
#BBB0BE (or 0xBBB0BE) is known color: Lola. HEX triplet: BB, B0 and BE. RGB value is (187,176,190). Sum of RGB (Red+Green+Blue) = 187+176+190=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0BE is #444F41. Grayscale: #B4B4B4. Windows color (decimal): -4476738 or 12497083. OLE color: 12497083.
HSL color Cylindrical-coordinate representation of color #BBB0BE: hue angle of 287.14º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB0BE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 176 | 190 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.25 |
| HSL | 287.14º | 0.1% | 0.72% | - |
| HSV(B) | 287.14º | 0.07% | 0.75% | - |
| XYZ | 45.31 | 45.33 | 55.08 | - |
| YUV | 180.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 190 | 0.02 | 0.07 | 0 | 0.25 | 287.14 | 0.1 | 0.72 |
| Hex | BB | B0 | BE | 2 | 7 | 0 | 19 | 11F | A | 48 |
| Octal | 273 | 260 | 276 | 2 | 7 | 0 | 31 | 437 | 12 | 110 |
| Binary | 10111011 | 10110000 | 10111110 | 10 | 111 | 0 | 11001 | 100011111 | 1010 | 1001000 |
Color Harmonies of #BBB0BE
Complementary color
Monochromatic Colors of #BBB0BE
Black with #BBB0BE
Text Example
Text Example
White with #BBB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0BE; }
p { color: rgb(187,176,190); }
H1.HeaderClassName
{
color: #BBB0BE;
}
.AnyTagClassName
{
color: #BBB0BE;
}
</style>
background-color css
<style>
a { background-color: #BBB0BE; }
a { background-color: rgb(187,176,190); }
div.DivClassName
{
background-color: #BBB0BE;
}
.BgClassName
{
background-color: #BBB0BE;
}
</style>
border-color css
<style>
span { border-color: #BBB0BE; }
span { border-color: rgb(187,176,190); }
td.TdClassName
{
border-color: #BBB0BE;
}
.TagClassName
{
border-color: #BBB0BE;
}
</style>