Shades of Lola #BBB2BE
Tints of Lola #BBB2BE
RGB
CMYK
RGB Variations
Color information
#BBB2BE (or 0xBBB2BE) is known color: Lola. HEX triplet: BB, B2 and BE. RGB value is (187,178,190). Sum of RGB (Red+Green+Blue) = 187+178+190=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2BE is #444D41. Grayscale: #B6B6B6. Windows color (decimal): -4476226 or 12497595. OLE color: 12497595.
HSL color Cylindrical-coordinate representation of color #BBB2BE: hue angle of 285º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB2BE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 178 | 190 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.25 |
| HSL | 285º | 0.08% | 0.72% | - |
| HSV(B) | 285º | 0.06% | 0.75% | - |
| XYZ | 45.71 | 46.12 | 55.21 | - |
| YUV | 182.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 190 | 0.02 | 0.06 | 0 | 0.25 | 285 | 0.08 | 0.72 |
| Hex | BB | B2 | BE | 2 | 6 | 0 | 19 | 11D | 8 | 48 |
| Octal | 273 | 262 | 276 | 2 | 6 | 0 | 31 | 435 | 10 | 110 |
| Binary | 10111011 | 10110010 | 10111110 | 10 | 110 | 0 | 11001 | 100011101 | 1000 | 1001000 |
Color Harmonies of #BBB2BE
Complementary color
Monochromatic Colors of #BBB2BE
Black with #BBB2BE
Text Example
Text Example
White with #BBB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2BE; }
p { color: rgb(187,178,190); }
H1.HeaderClassName
{
color: #BBB2BE;
}
.AnyTagClassName
{
color: #BBB2BE;
}
</style>
background-color css
<style>
a { background-color: #BBB2BE; }
a { background-color: rgb(187,178,190); }
div.DivClassName
{
background-color: #BBB2BE;
}
.BgClassName
{
background-color: #BBB2BE;
}
</style>
border-color css
<style>
span { border-color: #BBB2BE; }
span { border-color: rgb(187,178,190); }
td.TdClassName
{
border-color: #BBB2BE;
}
.TagClassName
{
border-color: #BBB2BE;
}
</style>