#BEB5BE

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

Shades of Lola #BEB5BE

Tints of Lola #BEB5BE

Color information

#BEB5BE (or 0xBEB5BE) is unknown color: approx Lola. HEX triplet: BE, B5 and BE. RGB value is (190,181,190). Sum of RGB (Red+Green+Blue) = 190+181+190=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5BE is #414A41. Grayscale: #B8B8B8. Windows color (decimal): -4278850 or 12498366. OLE color: 12498366.

HSL color Cylindrical-coordinate representation of color #BEB5BE: 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.05%. Process color model (Four color, CMYK) of #BEB5BE is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190181190-
CMYK00.0500.25
HSL300º6.47%72.75%-
HSV(B)300º4.74%74.51%-
XYZ47.0547.7155.44-
YUV184.72130.98131.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=33.87%
G=32.26%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018119000.0500.253006.4772.75
HexBEB5BE0501912c649
Octal276265276050314546111
Binary10111110101101011011111001010110011001011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5BE; }

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

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

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

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

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

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

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

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