#B49FA9

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

Shades of Lily #B49FA9

Tints of Lily #B49FA9

Color information

#B49FA9 (or 0xB49FA9) is unknown color: approx Lily. HEX triplet: B4, 9F and A9. RGB value is (180,159,169). Sum of RGB (Red+Green+Blue) = 180+159+169=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FA9 is #4B6056. Grayscale: #A6A6A6. Windows color (decimal): -4939863 or 11116468. OLE color: 11116468.

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

Color convert

RGB180159169-
CMYK00.120.060.29
HSL331.43º12.28%66.47%-
HSV(B)331.43º11.67%70.59%-
XYZ38.3837.3642.73-
YUV166.42129.46137.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=35.43%
G=31.30%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015916900.120.060.29331.4312.2866.47
HexB49FA90C61D14bc42
Octal26423725101463551314102
Binary101101001001111110101001011001101110110100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FA9; }

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

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

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

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

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

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

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

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