#BE93AF

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

Shades of Lily #BE93AF

Tints of Lily #BE93AF

Color information

#BE93AF (or 0xBE93AF) is unknown color: approx Lily. HEX triplet: BE, 93 and AF. RGB value is (190,147,175). Sum of RGB (Red+Green+Blue) = 190+147+175=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93AF is #416C50. Grayscale: #A2A2A2. Windows color (decimal): -4287569 or 11506622. OLE color: 11506622.

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

Color convert

RGB190147175-
CMYK00.230.080.25
HSL320.93º24.86%66.08%-
HSV(B)320.93º22.63%74.51%-
XYZ39.4134.9145.22-
YUV163.05134.75147.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=37.11%
G=28.71%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014717500.230.080.25320.9324.8666.08
HexBE93AF0178191411942
Octal276223257027103150131102
Binary101111101001001110101111010111100011001101000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93AF; }

 p { color: rgb(190,147,175); }

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

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

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

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

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

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

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