Shades of Lola #BFB0BE
Tints of Lola #BFB0BE
RGB
CMYK
RGB Variations
Color information
#BFB0BE (or 0xBFB0BE) is known color: Lola. HEX triplet: BF, B0 and BE. RGB value is (191,176,190). Sum of RGB (Red+Green+Blue) = 191+176+190=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0BE is #404F41. Grayscale: #B6B6B6. Windows color (decimal): -4214594 or 12497087. OLE color: 12497087.
HSL color Cylindrical-coordinate representation of color #BFB0BE: hue angle of 304º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB0BE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 190 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.25 |
| HSL | 304º | 0.1% | 0.72% | - |
| HSV(B) | 304º | 0.08% | 0.75% | - |
| XYZ | 46.31 | 45.84 | 55.12 | - |
| YUV | 182.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 190 | 0 | 0.08 | 0.01 | 0.25 | 304 | 0.1 | 0.72 |
| Hex | BF | B0 | BE | 0 | 8 | 1 | 19 | 130 | A | 48 |
| Octal | 277 | 260 | 276 | 0 | 10 | 1 | 31 | 460 | 12 | 110 |
| Binary | 10111111 | 10110000 | 10111110 | 0 | 1000 | 1 | 11001 | 100110000 | 1010 | 1001000 |
Color Harmonies of #BFB0BE
Complementary color
Monochromatic Colors of #BFB0BE
Black with #BFB0BE
Text Example
Text Example
White with #BFB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0BE; }
p { color: rgb(191,176,190); }
H1.HeaderClassName
{
color: #BFB0BE;
}
.AnyTagClassName
{
color: #BFB0BE;
}
</style>
background-color css
<style>
a { background-color: #BFB0BE; }
a { background-color: rgb(191,176,190); }
div.DivClassName
{
background-color: #BFB0BE;
}
.BgClassName
{
background-color: #BFB0BE;
}
</style>
border-color css
<style>
span { border-color: #BFB0BE; }
span { border-color: rgb(191,176,190); }
td.TdClassName
{
border-color: #BFB0BE;
}
.TagClassName
{
border-color: #BFB0BE;
}
</style>