#B59FAD

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

Shades of Lily #B59FAD

Tints of Lily #B59FAD

Color information

#B59FAD (or 0xB59FAD) is unknown color: approx Lily. HEX triplet: B5, 9F and AD. RGB value is (181,159,173). Sum of RGB (Red+Green+Blue) = 181+159+173=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FAD is #4A6052. Grayscale: #A7A7A7. Windows color (decimal): -4874323 or 11378613. OLE color: 11378613.

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

Color convert

RGB181159173-
CMYK00.120.040.29
HSL321.82º12.94%66.67%-
HSV(B)321.82º12.15%70.98%-
XYZ3937.6444.74-
YUV167.17131.29137.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=35.28%
G=30.99%
B=33.72%

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
Decimal18115917300.120.040.29321.8212.9466.67
HexB59FAD0C41D142d43
Octal26523725501443550215103
Binary101101011001111110101101011001001110110100001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FAD; }

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

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

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

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

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

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

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

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