#B59FAA

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

Shades of Lily #B59FAA

Tints of Lily #B59FAA

Color information

#B59FAA (or 0xB59FAA) is unknown color: approx Lily. HEX triplet: B5, 9F and AA. RGB value is (181,159,170). Sum of RGB (Red+Green+Blue) = 181+159+170=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FAA is #4A6055. Grayscale: #A6A6A6. Windows color (decimal): -4874326 or 11182005. OLE color: 11182005.

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

Color convert

RGB181159170-
CMYK00.120.060.29
HSL330º12.94%66.67%-
HSV(B)330º12.15%70.98%-
XYZ38.7137.5243.23-
YUV166.83129.79138.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=35.49%
G=31.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115917000.120.060.2933012.9466.67
HexB59FAA0C61D14ad43
Octal26523725201463551215103
Binary101101011001111110101010011001101110110100101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FAA; }

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

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

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

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

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

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

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

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