#BEB2BE

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

Shades of Lola #BEB2BE

Tints of Lola #BEB2BE

Color information

#BEB2BE (or 0xBEB2BE) is unknown color: approx Lola. HEX triplet: BE, B2 and BE. RGB value is (190,178,190). Sum of RGB (Red+Green+Blue) = 190+178+190=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2BE is #414D41. Grayscale: #B6B6B6. Windows color (decimal): -4279618 or 12497598. OLE color: 12497598.

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

Color convert

RGB190178190-
CMYK00.0600.25
HSL300º8.45%72.16%-
HSV(B)300º6.32%74.51%-
XYZ46.4546.5155.24-
YUV182.96131.98133.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 178 (69.92% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=34.05%
G=31.90%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017819000.0600.253008.4572.16
HexBEB2BE0601912c848
Octal2762622760603145410110
Binary101111101011001010111110011001100110010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2BE; }

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

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

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

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

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

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

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

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