Shades of Lola #BFB5BE
Tints of Lola #BFB5BE
RGB
CMYK
RGB Variations
Color information
#BFB5BE (or 0xBFB5BE) is known color: Lola. HEX triplet: BF, B5 and BE. RGB value is (191,181,190). Sum of RGB (Red+Green+Blue) = 191+181+190=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5BE is #404A41. Grayscale: #B8B8B8. Windows color (decimal): -4213314 or 12498367. OLE color: 12498367.
HSL color Cylindrical-coordinate representation of color #BFB5BE: hue angle of 306º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFB5BE is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 190 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.25 |
| HSL | 306º | 0.07% | 0.73% | - |
| HSV(B) | 306º | 0.05% | 0.75% | - |
| XYZ | 47.3 | 47.84 | 55.46 | - |
| YUV | 185.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 190 | 0 | 0.05 | 0.01 | 0.25 | 306 | 0.07 | 0.73 |
| Hex | BF | B5 | BE | 0 | 5 | 1 | 19 | 132 | 7 | 49 |
| Octal | 277 | 265 | 276 | 0 | 5 | 1 | 31 | 462 | 7 | 111 |
| Binary | 10111111 | 10110101 | 10111110 | 0 | 101 | 1 | 11001 | 100110010 | 111 | 1001001 |
Color Harmonies of #BFB5BE
Complementary color
Monochromatic Colors of #BFB5BE
Black with #BFB5BE
Text Example
Text Example
White with #BFB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5BE; }
p { color: rgb(191,181,190); }
H1.HeaderClassName
{
color: #BFB5BE;
}
.AnyTagClassName
{
color: #BFB5BE;
}
</style>
background-color css
<style>
a { background-color: #BFB5BE; }
a { background-color: rgb(191,181,190); }
div.DivClassName
{
background-color: #BFB5BE;
}
.BgClassName
{
background-color: #BFB5BE;
}
</style>
border-color css
<style>
span { border-color: #BFB5BE; }
span { border-color: rgb(191,181,190); }
td.TdClassName
{
border-color: #BFB5BE;
}
.TagClassName
{
border-color: #BFB5BE;
}
</style>