#BE9EAC

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

Shades of Lily #BE9EAC

Tints of Lily #BE9EAC

Color information

#BE9EAC (or 0xBE9EAC) is unknown color: approx Lily. HEX triplet: BE, 9E and AC. RGB value is (190,158,172). Sum of RGB (Red+Green+Blue) = 190+158+172=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9EAC is #416153. Grayscale: #A9A9A9. Windows color (decimal): -4284756 or 11312830. OLE color: 11312830.

HSL color Cylindrical-coordinate representation of color #BE9EAC: hue angle of 333.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9EAC is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190158172-
CMYK00.170.090.25
HSL333.75º19.75%68.24%-
HSV(B)333.75º16.84%74.51%-
XYZ40.9138.3844.28-
YUV169.16129.6142.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=36.54%
G=30.38%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015817200.170.090.25333.7519.7568.24
HexBE9EAC01191914e1444
Octal276236254021113151624104
Binary101111101001111010101100010001100111001101001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EAC; }

 p { color: rgb(190,158,172); }

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

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

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

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

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

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

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