Shades of Lola #BFBCBF
Tints of Lola #BFBCBF
RGB
CMYK
RGB Variations
Color information
#BFBCBF (or 0xBFBCBF) is known color: Lola. HEX triplet: BF, BC and BF. RGB value is (191,188,191). Sum of RGB (Red+Green+Blue) = 191+188+191=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBF is #404340. Grayscale: #BDBDBD. Windows color (decimal): -4211521 or 12565695. OLE color: 12565695.
HSL color Cylindrical-coordinate representation of color #BFBCBF: hue angle of 300º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBCBF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 188 | 191 | - |
CMYK | 0 | 0.02 | 0 | 0.25 |
HSL | 300º | 0.02% | 0.74% | - |
HSV(B) | 300º | 0.02% | 0.75% | - |
XYZ | 48.87 | 50.8 | 56.52 | - |
YUV | 189.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 188 | 191 | 0 | 0.02 | 0 | 0.25 | 300 | 0.02 | 0.74 |
Hex | BF | BC | BF | 0 | 2 | 0 | 19 | 12C | 2 | 4A |
Octal | 277 | 274 | 277 | 0 | 2 | 0 | 31 | 454 | 2 | 112 |
Binary | 10111111 | 10111100 | 10111111 | 0 | 10 | 0 | 11001 | 100101100 | 10 | 1001010 |
Color Harmonies of #BFBCBF
Complementary color
Monochromatic Colors of #BFBCBF
Black with #BFBCBF
Text Example
Text Example
White with #BFBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCBF; }
p { color: rgb(191,188,191); }
H1.HeaderClassName
{
color: #BFBCBF;
}
.AnyTagClassName
{
color: #BFBCBF;
}
</style>
background-color css
<style>
a { background-color: #BFBCBF; }
a { background-color: rgb(191,188,191); }
div.DivClassName
{
background-color: #BFBCBF;
}
.BgClassName
{
background-color: #BFBCBF;
}
</style>
border-color css
<style>
span { border-color: #BFBCBF; }
span { border-color: rgb(191,188,191); }
td.TdClassName
{
border-color: #BFBCBF;
}
.TagClassName
{
border-color: #BFBCBF;
}
</style>