#BEB1B6

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

Shades of Lily #BEB1B6

Tints of Lily #BEB1B6

Color information

#BEB1B6 (or 0xBEB1B6) is unknown color: approx Lily. HEX triplet: BE, B1 and B6. RGB value is (190,177,182). Sum of RGB (Red+Green+Blue) = 190+177+182=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1B6 is #414E49. Grayscale: #B5B5B5. Windows color (decimal): -4279882 or 11973054. OLE color: 11973054.

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

Color convert

RGB190177182-
CMYK00.070.040.25
HSL336.92º9.09%71.96%-
HSV(B)336.92º6.84%74.51%-
XYZ45.445.7750.7-
YUV181.46128.31134.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=34.61%
G=32.24%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017718200.070.040.25336.929.0971.96
HexBEB1B607419151948
Octal2762612660743152111110
Binary10111110101100011011011001111001100110101000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1B6; }

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

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

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

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

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

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

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

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