#B599AA

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

Shades of Lily #B599AA

Tints of Lily #B599AA

Color information

#B599AA (or 0xB599AA) is unknown color: approx Lily. HEX triplet: B5, 99 and AA. RGB value is (181,153,170). Sum of RGB (Red+Green+Blue) = 181+153+170=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B599AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599AA is #4A6655. Grayscale: #A3A3A3. Windows color (decimal): -4875862 or 11180469. OLE color: 11180469.

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

Color convert

RGB181153170-
CMYK00.150.060.29
HSL323.57º15.91%65.49%-
HSV(B)323.57º15.47%70.98%-
XYZ37.735.5142.9-
YUV163.31131.78140.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=35.91%
G=30.36%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115317000.150.060.29323.5715.9165.49
HexB599AA0F61D1441041
Octal26523125201763550420101
Binary1011010110011001101010100111111011101101000100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599AA; }

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

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

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

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

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

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

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

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