Shades of Lola #BFB3BF
Tints of Lola #BFB3BF
RGB
CMYK
RGB Variations
Color information
#BFB3BF (or 0xBFB3BF) is known color: Lola. HEX triplet: BF, B3 and BF. RGB value is (191,179,191). Sum of RGB (Red+Green+Blue) = 191+179+191=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3BF is #404C40. Grayscale: #B7B7B7. Windows color (decimal): -4213825 or 12563391. OLE color: 12563391.
HSL color Cylindrical-coordinate representation of color #BFB3BF: hue angle of 300º 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 #BFB3BF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 191 | - |
| CMYK | 0 | 0.06 | 0 | 0.25 |
| HSL | 300º | 0.09% | 0.73% | - |
| HSV(B) | 300º | 0.06% | 0.75% | - |
| XYZ | 47.01 | 47.08 | 55.9 | - |
| YUV | 183.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 191 | 0 | 0.06 | 0 | 0.25 | 300 | 0.09 | 0.73 |
| Hex | BF | B3 | BF | 0 | 6 | 0 | 19 | 12C | 9 | 49 |
| Octal | 277 | 263 | 277 | 0 | 6 | 0 | 31 | 454 | 11 | 111 |
| Binary | 10111111 | 10110011 | 10111111 | 0 | 110 | 0 | 11001 | 100101100 | 1001 | 1001001 |
Color Harmonies of #BFB3BF
Complementary color
Monochromatic Colors of #BFB3BF
Black with #BFB3BF
Text Example
Text Example
White with #BFB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3BF; }
p { color: rgb(191,179,191); }
H1.HeaderClassName
{
color: #BFB3BF;
}
.AnyTagClassName
{
color: #BFB3BF;
}
</style>
background-color css
<style>
a { background-color: #BFB3BF; }
a { background-color: rgb(191,179,191); }
div.DivClassName
{
background-color: #BFB3BF;
}
.BgClassName
{
background-color: #BFB3BF;
}
</style>
border-color css
<style>
span { border-color: #BFB3BF; }
span { border-color: rgb(191,179,191); }
td.TdClassName
{
border-color: #BFB3BF;
}
.TagClassName
{
border-color: #BFB3BF;
}
</style>