#BE9EAD

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

Shades of Lily #BE9EAD

Tints of Lily #BE9EAD

Color information

#BE9EAD (or 0xBE9EAD) is unknown color: approx Lily. HEX triplet: BE, 9E and AD. RGB value is (190,158,173). Sum of RGB (Red+Green+Blue) = 190+158+173=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9EAD is #416152. Grayscale: #A9A9A9. Windows color (decimal): -4284755 or 11378366. OLE color: 11378366.

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

Color convert

RGB190158173-
CMYK00.170.090.25
HSL331.88º19.75%68.24%-
HSV(B)331.88º16.84%74.51%-
XYZ4138.4244.79-
YUV169.28130.1142.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=36.47%
G=30.33%
B=33.21%

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
Decimal19015817300.170.090.25331.8819.7568.24
HexBE9EAD01191914c1444
Octal276236255021113151424104
Binary101111101001111010101101010001100111001101001100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EAD; }

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

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

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

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

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

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

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

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