#BE9DAD

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

Shades of Lily #BE9DAD

Tints of Lily #BE9DAD

Color information

#BE9DAD (or 0xBE9DAD) is unknown color: approx Lily. HEX triplet: BE, 9D and AD. RGB value is (190,157,173). Sum of RGB (Red+Green+Blue) = 190+157+173=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9DAD is #416252. Grayscale: #A8A8A8. Windows color (decimal): -4285011 or 11378110. OLE color: 11378110.

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

Color convert

RGB190157173-
CMYK00.170.090.25
HSL330.91º20.25%68.04%-
HSV(B)330.91º17.37%74.51%-
XYZ40.8438.0844.73-
YUV168.69130.43143.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=36.54%
G=30.19%
B=33.27%

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
Decimal19015717300.170.090.25330.9120.2568.04
HexBE9DAD01191914b1444
Octal276235255021113151324104
Binary101111101001110110101101010001100111001101001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9DAD; }

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

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

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

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

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

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

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

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