#B59DAD

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

Shades of Lily #B59DAD

Tints of Lily #B59DAD

Color information

#B59DAD (or 0xB59DAD) is unknown color: approx Lily. HEX triplet: B5, 9D and AD. RGB value is (181,157,173). Sum of RGB (Red+Green+Blue) = 181+157+173=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DAD is #4A6252. Grayscale: #A5A5A5. Windows color (decimal): -4874835 or 11378101. OLE color: 11378101.

HSL color Cylindrical-coordinate representation of color #B59DAD: hue angle of 320º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B59DAD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181157173-
CMYK00.130.040.29
HSL320º13.95%66.27%-
HSV(B)320º13.26%70.98%-
XYZ38.6636.9544.63-
YUV166131.95138.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=35.42%
G=30.72%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115717300.130.040.2932013.9566.27
HexB59DAD0D41D140e42
Octal26523525501543550016102
Binary101101011001110110101101011011001110110100000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DAD; }

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

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

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

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

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

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

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

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