#BEB2B6

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

Shades of Lily #BEB2B6

Tints of Lily #BEB2B6

Color information

#BEB2B6 (or 0xBEB2B6) is unknown color: approx Lily. HEX triplet: BE, B2 and B6. RGB value is (190,178,182). Sum of RGB (Red+Green+Blue) = 190+178+182=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2B6 is #414D49. Grayscale: #B6B6B6. Windows color (decimal): -4279626 or 11973310. OLE color: 11973310.

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

Color convert

RGB190178182-
CMYK00.060.040.25
HSL340º8.45%72.16%-
HSV(B)340º6.32%74.51%-
XYZ45.646.1750.76-
YUV182.04127.98133.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=34.55%
G=32.36%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017818200.060.040.253408.4572.16
HexBEB2B606419154848
Octal2762622660643152410110
Binary10111110101100101011011001101001100110101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2B6; }

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

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

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

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

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

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

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

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