#B49FAB

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

Shades of Lily #B49FAB

Tints of Lily #B49FAB

Color information

#B49FAB (or 0xB49FAB) is unknown color: approx Lily. HEX triplet: B4, 9F and AB. RGB value is (180,159,171). Sum of RGB (Red+Green+Blue) = 180+159+171=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAB is #4B6054. Grayscale: #A6A6A6. Windows color (decimal): -4939861 or 11247540. OLE color: 11247540.

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

Color convert

RGB180159171-
CMYK00.120.050.29
HSL325.71º12.28%66.47%-
HSV(B)325.71º11.67%70.59%-
XYZ38.5737.4443.72-
YUV166.65130.46137.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=35.29%
G=31.18%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015917100.120.050.29325.7112.2866.47
HexB49FAB0C51D146c42
Octal26423725301453550614102
Binary101101001001111110101011011001011110110100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FAB; }

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

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

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

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

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

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

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

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