#BEB1BE

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

Shades of Lola #BEB1BE

Tints of Lola #BEB1BE

Color information

#BEB1BE (or 0xBEB1BE) is unknown color: approx Lola. HEX triplet: BE, B1 and BE. RGB value is (190,177,190). Sum of RGB (Red+Green+Blue) = 190+177+190=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1BE is #414E41. Grayscale: #B6B6B6. Windows color (decimal): -4279874 or 12497342. OLE color: 12497342.

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

Color convert

RGB190177190-
CMYK00.0700.25
HSL300º9.09%71.96%-
HSV(B)300º6.84%74.51%-
XYZ46.2546.1155.18-
YUV182.37132.31133.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=34.11%
G=31.78%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017719000.0700.253009.0971.96
HexBEB1BE0701912c948
Octal2762612760703145411110
Binary101111101011000110111110011101100110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1BE; }

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

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

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

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

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

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

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

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