#B59DAC

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

Shades of Lily #B59DAC

Tints of Lily #B59DAC

Color information

#B59DAC (or 0xB59DAC) is unknown color: approx Lily. HEX triplet: B5, 9D and AC. RGB value is (181,157,172). Sum of RGB (Red+Green+Blue) = 181+157+172=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DAC is #4A6253. Grayscale: #A5A5A5. Windows color (decimal): -4874836 or 11312565. OLE color: 11312565.

HSL color Cylindrical-coordinate representation of color #B59DAC: hue angle of 322.5º 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 #B59DAC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181157172-
CMYK00.130.050.29
HSL322.5º13.95%66.27%-
HSV(B)322.5º13.26%70.98%-
XYZ38.5636.9244.12-
YUV165.89131.45138.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=35.49%
G=30.78%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115717200.130.050.29322.513.9566.27
HexB59DAC0D51D142e42
Octal26523525401553550216102
Binary101101011001110110101100011011011110110100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DAC; }

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

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

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

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

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

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

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

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