#B49FA8

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

Shades of Lily #B49FA8

Tints of Lily #B49FA8

Color information

#B49FA8 (or 0xB49FA8) is unknown color: approx Lily. HEX triplet: B4, 9F and A8. RGB value is (180,159,168). Sum of RGB (Red+Green+Blue) = 180+159+168=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FA8 is #4B6057. Grayscale: #A6A6A6. Windows color (decimal): -4939864 or 11050932. OLE color: 11050932.

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

Color convert

RGB180159168-
CMYK00.120.070.29
HSL334.29º12.28%66.47%-
HSV(B)334.29º11.67%70.59%-
XYZ38.2937.3342.23-
YUV166.3128.96137.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=35.50%
G=31.36%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015916800.120.070.29334.2912.2866.47
HexB49FA80C71D14ec42
Octal26423725001473551614102
Binary101101001001111110101000011001111110110100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FA8; }

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

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

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

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

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

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

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

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