#B596AB

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

Shades of Lily #B596AB

Tints of Lily #B596AB

Color information

#B596AB (or 0xB596AB) is unknown color: approx Lily. HEX triplet: B5, 96 and AB. RGB value is (181,150,171). Sum of RGB (Red+Green+Blue) = 181+150+171=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B596AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B596AB is #4A6954. Grayscale: #A1A1A1. Windows color (decimal): -4876629 or 11245237. OLE color: 11245237.

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

Color convert

RGB181150171-
CMYK00.170.060.29
HSL319.35º17.32%64.9%-
HSV(B)319.35º17.13%70.98%-
XYZ37.3134.5843.24-
YUV161.66133.27141.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=36.06%
G=29.88%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115017100.170.060.29319.3517.3264.9
HexB596AB01161D13f1141
Octal26522625302163547721101
Binary10110101100101101010101101000111011101100111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596AB; }

 p { color: rgb(181,150,171); }

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

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

 a { background-color: rgb(181,150,171); }

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

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

 span { border-color: rgb(181,150,171); }

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