Shades of Lola #BFB3BE
Tints of Lola #BFB3BE
RGB
CMYK
RGB Variations
Color information
#BFB3BE (or 0xBFB3BE) is known color: Lola. HEX triplet: BF, B3 and BE. RGB value is (191,179,190). Sum of RGB (Red+Green+Blue) = 191+179+190=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3BE is #404C41. Grayscale: #B7B7B7. Windows color (decimal): -4213826 or 12497855. OLE color: 12497855.
HSL color Cylindrical-coordinate representation of color #BFB3BE: hue angle of 305º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB3BE is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 190 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.25 |
| HSL | 305º | 0.09% | 0.73% | - |
| HSV(B) | 305º | 0.06% | 0.75% | - |
| XYZ | 46.9 | 47.03 | 55.32 | - |
| YUV | 183.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 190 | 0 | 0.06 | 0.01 | 0.25 | 305 | 0.09 | 0.73 |
| Hex | BF | B3 | BE | 0 | 6 | 1 | 19 | 131 | 9 | 49 |
| Octal | 277 | 263 | 276 | 0 | 6 | 1 | 31 | 461 | 11 | 111 |
| Binary | 10111111 | 10110011 | 10111110 | 0 | 110 | 1 | 11001 | 100110001 | 1001 | 1001001 |
Color Harmonies of #BFB3BE
Complementary color
Monochromatic Colors of #BFB3BE
Black with #BFB3BE
Text Example
Text Example
White with #BFB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3BE; }
p { color: rgb(191,179,190); }
H1.HeaderClassName
{
color: #BFB3BE;
}
.AnyTagClassName
{
color: #BFB3BE;
}
</style>
background-color css
<style>
a { background-color: #BFB3BE; }
a { background-color: rgb(191,179,190); }
div.DivClassName
{
background-color: #BFB3BE;
}
.BgClassName
{
background-color: #BFB3BE;
}
</style>
border-color css
<style>
span { border-color: #BFB3BE; }
span { border-color: rgb(191,179,190); }
td.TdClassName
{
border-color: #BFB3BE;
}
.TagClassName
{
border-color: #BFB3BE;
}
</style>