#BEB7BF

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

Shades of Lola #BEB7BF

Tints of Lola #BEB7BF

Color information

#BEB7BF (or 0xBEB7BF) is unknown color: approx Lola. HEX triplet: BE, B7 and BF. RGB value is (190,183,191). Sum of RGB (Red+Green+Blue) = 190+183+191=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7BF is #414840. Grayscale: #B9B9B9. Windows color (decimal): -4278337 or 12564414. OLE color: 12564414.

HSL color Cylindrical-coordinate representation of color #BEB7BF: hue angle of 292.5º 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 #BEB7BF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190183191-
CMYK0.010.0400.25
HSL292.5º5.88%73.33%-
HSV(B)292.5º4.19%74.9%-
XYZ47.5748.5856.16-
YUV186130.82130.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 183 (71.88% from 255) = 32.45%
BLUE value IS 191 (75% from 255) = 33.87%
R=33.69%
G=32.45%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901831910.010.0400.25292.55.8873.33
HexBEB7BF14019125649
Octal276267277140314456111
Binary10111110101101111011111111000110011001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7BF; }

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

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

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

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

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

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

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

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