#B49FAC

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

Shades of Lily #B49FAC

Tints of Lily #B49FAC

Color information

#B49FAC (or 0xB49FAC) is unknown color: approx Lily. HEX triplet: B4, 9F and AC. RGB value is (180,159,172). Sum of RGB (Red+Green+Blue) = 180+159+172=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAC is #4B6053. Grayscale: #A6A6A6. Windows color (decimal): -4939860 or 11313076. OLE color: 11313076.

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

Color convert

RGB180159172-
CMYK00.120.040.29
HSL322.86º12.28%66.47%-
HSV(B)322.86º11.67%70.59%-
XYZ38.6737.4844.23-
YUV166.76130.96137.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=35.23%
G=31.12%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015917200.120.040.29322.8612.2866.47
HexB49FAC0C41D143c42
Octal26423725401443550314102
Binary101101001001111110101100011001001110110100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FAC; }

 p { color: rgb(180,159,172); }

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

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

 a { background-color: rgb(180,159,172); }

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

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

 span { border-color: rgb(180,159,172); }

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