#B49FAD

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

Shades of Lily #B49FAD

Tints of Lily #B49FAD

Color information

#B49FAD (or 0xB49FAD) is unknown color: approx Lily. HEX triplet: B4, 9F and AD. RGB value is (180,159,173). Sum of RGB (Red+Green+Blue) = 180+159+173=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAD is #4B6052. Grayscale: #A6A6A6. Windows color (decimal): -4939859 or 11378612. OLE color: 11378612.

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

Color convert

RGB180159173-
CMYK00.120.040.29
HSL320º12.28%66.47%-
HSV(B)320º11.67%70.59%-
XYZ38.7637.5244.73-
YUV166.88131.46137.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=35.16%
G=31.05%
B=33.79%

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
Decimal18015917300.120.040.2932012.2866.47
HexB49FAD0C41D140c42
Octal26423725501443550014102
Binary101101001001111110101101011001001110110100000011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FAD; }

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

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

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

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

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

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

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

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