#BFB7BF

Color #BFB7BF Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BFB7BF

Tints of Lola #BFB7BF

Color information

#BFB7BF (or 0xBFB7BF) is unknown color: approx Lola. HEX triplet: BF, B7 and BF. RGB value is (191,183,191). Sum of RGB (Red+Green+Blue) = 191+183+191=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7BF is #404840. Grayscale: #BABABA. Windows color (decimal): -4212801 or 12564415. OLE color: 12564415.

HSL color Cylindrical-coordinate representation of color #BFB7BF: hue angle of 300º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFB7BF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191183191-
CMYK00.0400.25
HSL300º5.88%73.33%-
HSV(B)300º4.19%74.9%-
XYZ47.8248.756.17-
YUV186.3130.65131.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 191 (75% from 255) = 33.81%
R=33.81%
G=32.39%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118319100.0400.253005.8873.33
HexBFB7BF0401912c649
Octal277267277040314546111
Binary10111111101101111011111101000110011001011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7BF; }

 p { color: rgb(191,183,191); }

 H1.HeaderClassName
 {
   color: #BFB7BF;
 }
 .AnyTagClassName
 {
   color: #BFB7BF;
 }
</style>
background-color css

<style>
 a { background-color: #BFB7BF; }

 a { background-color: rgb(191,183,191); }

 div.DivClassName
 {
   background-color: #BFB7BF;
 }
 .BgClassName
 {
   background-color: #BFB7BF;
 }
</style>
border-color css

<style>
 span { border-color: #BFB7BF; }

 span { border-color: rgb(191,183,191); }

 td.TdClassName
 {
   border-color: #BFB7BF;
 }
 .TagClassName
 {
   border-color: #BFB7BF;
 }
</style>