#B59DAE

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

Shades of Lily #B59DAE

Tints of Lily #B59DAE

Color information

#B59DAE (or 0xB59DAE) is unknown color: approx Lily. HEX triplet: B5, 9D and AE. RGB value is (181,157,174). Sum of RGB (Red+Green+Blue) = 181+157+174=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DAE is #4A6251. Grayscale: #A6A6A6. Windows color (decimal): -4874834 or 11443637. OLE color: 11443637.

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

Color convert

RGB181157174-
CMYK00.130.040.29
HSL317.5º13.95%66.27%-
HSV(B)317.5º13.26%70.98%-
XYZ38.7536.9945.14-
YUV166.11132.45138.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=35.35%
G=30.66%
B=33.98%

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
Decimal18115717400.130.040.29317.513.9566.27
HexB59DAE0D41D13ee42
Octal26523525601543547616102
Binary101101011001110110101110011011001110110011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DAE; }

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

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

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

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

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

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

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

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