#B59FAE

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

Shades of Lily #B59FAE

Tints of Lily #B59FAE

Color information

#B59FAE (or 0xB59FAE) is unknown color: approx Lily. HEX triplet: B5, 9F and AE. RGB value is (181,159,174). Sum of RGB (Red+Green+Blue) = 181+159+174=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FAE is #4A6051. Grayscale: #A7A7A7. Windows color (decimal): -4874322 or 11444149. OLE color: 11444149.

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

Color convert

RGB181159174-
CMYK00.120.040.29
HSL319.09º12.94%66.67%-
HSV(B)319.09º12.15%70.98%-
XYZ39.0937.6845.26-
YUV167.29131.79137.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=35.21%
G=30.93%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115917400.120.040.29319.0912.9466.67
HexB59FAE0C41D13fd43
Octal26523725601443547715103
Binary101101011001111110101110011001001110110011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FAE; }

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

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

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

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

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

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

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

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