#B49DAD

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

Shades of Lily #B49DAD

Tints of Lily #B49DAD

Color information

#B49DAD (or 0xB49DAD) is unknown color: approx Lily. HEX triplet: B4, 9D and AD. RGB value is (180,157,173). Sum of RGB (Red+Green+Blue) = 180+157+173=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DAD is #4B6252. Grayscale: #A5A5A5. Windows color (decimal): -4940371 or 11378100. OLE color: 11378100.

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

Color convert

RGB180157173-
CMYK00.130.040.29
HSL318.26º13.29%66.08%-
HSV(B)318.26º12.78%70.59%-
XYZ38.4236.8344.62-
YUV165.7132.12138.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=35.29%
G=30.78%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015717300.130.040.29318.2613.2966.08
HexB49DAD0D41D13ed42
Octal26423525501543547615102
Binary101101001001110110101101011011001110110011111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DAD; }

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

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

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

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

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

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

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

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