#B496A6

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

Shades of Lily #B496A6

Tints of Lily #B496A6

Color information

#B496A6 (or 0xB496A6) is unknown color: approx Lily. HEX triplet: B4, 96 and A6. RGB value is (180,150,166). Sum of RGB (Red+Green+Blue) = 180+150+166=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B496A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B496A6 is #4B6959. Grayscale: #A0A0A0. Windows color (decimal): -4942170 or 10917556. OLE color: 10917556.

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

Color convert

RGB180150166-
CMYK00.170.080.29
HSL328º16.67%64.71%-
HSV(B)328º16.67%70.59%-
XYZ36.6134.2740.76-
YUV160.79130.94141.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=36.29%
G=30.24%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015016600.170.080.2932816.6764.71
HexB496A601181D1481141
Octal264226246021103551021101
Binary101101001001011010100110010001100011101101001000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496A6; }

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

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

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

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

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

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

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

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