#BEB2BF

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

Shades of Lola #BEB2BF

Tints of Lola #BEB2BF

Color information

#BEB2BF (or 0xBEB2BF) is unknown color: approx Lola. HEX triplet: BE, B2 and BF. RGB value is (190,178,191). Sum of RGB (Red+Green+Blue) = 190+178+191=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2BF is #414D40. Grayscale: #B7B7B7. Windows color (decimal): -4279617 or 12563134. OLE color: 12563134.

HSL color Cylindrical-coordinate representation of color #BEB2BF: hue angle of 295.38º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB2BF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190178191-
CMYK0.010.0700.25
HSL295.38º9.22%72.35%-
HSV(B)295.38º6.81%74.9%-
XYZ46.5646.5555.82-
YUV183.07132.48132.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 191 (75% from 255) = 34.17%
R=33.99%
G=31.84%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901781910.010.0700.25295.389.2272.35
HexBEB2BF17019127948
Octal2762622771703144711110
Binary101111101011001010111111111101100110010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2BF; }

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

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

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

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

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

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

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

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