#B49DA9

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

Shades of Lily #B49DA9

Tints of Lily #B49DA9

Color information

#B49DA9 (or 0xB49DA9) is unknown color: approx Lily. HEX triplet: B4, 9D and A9. RGB value is (180,157,169). Sum of RGB (Red+Green+Blue) = 180+157+169=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DA9 is #4B6256. Grayscale: #A5A5A5. Windows color (decimal): -4940375 or 11115956. OLE color: 11115956.

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

Color convert

RGB180157169-
CMYK00.130.060.29
HSL328.7º13.29%66.08%-
HSV(B)328.7º12.78%70.59%-
XYZ38.0436.6842.61-
YUV165.24130.12138.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=35.57%
G=31.03%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015716900.130.060.29328.713.2966.08
HexB49DA90D61D149d42
Octal26423525101563551115102
Binary101101001001110110101001011011101110110100100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DA9; }

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

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

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

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

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

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

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

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