#B59AAD

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

Shades of Lily #B59AAD

Tints of Lily #B59AAD

Color information

#B59AAD (or 0xB59AAD) is unknown color: approx Lily. HEX triplet: B5, 9A and AD. RGB value is (181,154,173). Sum of RGB (Red+Green+Blue) = 181+154+173=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAD is #4A6552. Grayscale: #A4A4A4. Windows color (decimal): -4875603 or 11377333. OLE color: 11377333.

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

Color convert

RGB181154173-
CMYK00.150.040.29
HSL317.78º15.43%65.69%-
HSV(B)317.78º14.92%70.98%-
XYZ38.1535.9544.46-
YUV164.24132.95139.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=35.63%
G=30.31%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115417300.150.040.29317.7815.4365.69
HexB59AAD0F41D13ef42
Octal26523225501743547617102
Binary101101011001101010101101011111001110110011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AAD; }

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

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

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

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

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

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

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

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