#B59FAC

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

Shades of Lily #B59FAC

Tints of Lily #B59FAC

Color information

#B59FAC (or 0xB59FAC) is unknown color: approx Lily. HEX triplet: B5, 9F and AC. RGB value is (181,159,172). Sum of RGB (Red+Green+Blue) = 181+159+172=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FAC is #4A6053. Grayscale: #A7A7A7. Windows color (decimal): -4874324 or 11313077. OLE color: 11313077.

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

Color convert

RGB181159172-
CMYK00.120.050.29
HSL324.55º12.94%66.67%-
HSV(B)324.55º12.15%70.98%-
XYZ38.937.644.24-
YUV167.06130.79137.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=35.35%
G=31.05%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115917200.120.050.29324.5512.9466.67
HexB59FAC0C51D145d43
Octal26523725401453550515103
Binary101101011001111110101100011001011110110100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FAC; }

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

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

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

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

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

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

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

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