Shades of Lola #BFAFBF
Tints of Lola #BFAFBF
RGB
CMYK
RGB Variations
Color information
#BFAFBF (or 0xBFAFBF) is known color: Lola. HEX triplet: BF, AF and BF. RGB value is (191,175,191). Sum of RGB (Red+Green+Blue) = 191+175+191=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFBF is #405040. Grayscale: #B5B5B5. Windows color (decimal): -4214849 or 12562367. OLE color: 12562367.
HSL color Cylindrical-coordinate representation of color #BFAFBF: hue angle of 300º degrees, saturation: 0.11, 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 #BFAFBF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 191 | - |
| CMYK | 0 | 0.08 | 0 | 0.25 |
| HSL | 300º | 0.11% | 0.72% | - |
| HSV(B) | 300º | 0.08% | 0.75% | - |
| XYZ | 46.22 | 45.5 | 55.64 | - |
| YUV | 181.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 191 | 0 | 0.08 | 0 | 0.25 | 300 | 0.11 | 0.72 |
| Hex | BF | AF | BF | 0 | 8 | 0 | 19 | 12C | B | 48 |
| Octal | 277 | 257 | 277 | 0 | 10 | 0 | 31 | 454 | 13 | 110 |
| Binary | 10111111 | 10101111 | 10111111 | 0 | 1000 | 0 | 11001 | 100101100 | 1011 | 1001000 |
Color Harmonies of #BFAFBF
Complementary color
Monochromatic Colors of #BFAFBF
Black with #BFAFBF
Text Example
Text Example
White with #BFAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFBF; }
p { color: rgb(191,175,191); }
H1.HeaderClassName
{
color: #BFAFBF;
}
.AnyTagClassName
{
color: #BFAFBF;
}
</style>
background-color css
<style>
a { background-color: #BFAFBF; }
a { background-color: rgb(191,175,191); }
div.DivClassName
{
background-color: #BFAFBF;
}
.BgClassName
{
background-color: #BFAFBF;
}
</style>
border-color css
<style>
span { border-color: #BFAFBF; }
span { border-color: rgb(191,175,191); }
td.TdClassName
{
border-color: #BFAFBF;
}
.TagClassName
{
border-color: #BFAFBF;
}
</style>