#B496A7

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

Shades of Lily #B496A7

Tints of Lily #B496A7

Color information

#B496A7 (or 0xB496A7) is unknown color: approx Lily. HEX triplet: B4, 96 and A7. RGB value is (180,150,167). Sum of RGB (Red+Green+Blue) = 180+150+167=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B496A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B496A7 is #4B6958. Grayscale: #A0A0A0. Windows color (decimal): -4942169 or 10983092. OLE color: 10983092.

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

Color convert

RGB180150167-
CMYK00.170.070.29
HSL326º16.67%64.71%-
HSV(B)326º16.67%70.59%-
XYZ36.734.3141.25-
YUV160.91131.44141.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=36.22%
G=30.18%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015016700.170.070.2932616.6764.71
HexB496A701171D1461141
Octal26422624702173550621101
Binary10110100100101101010011101000111111101101000110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496A7; }

 p { color: rgb(180,150,167); }

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

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

 a { background-color: rgb(180,150,167); }

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

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

 span { border-color: rgb(180,150,167); }

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