#B49DAB

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

Shades of Lily #B49DAB

Tints of Lily #B49DAB

Color information

#B49DAB (or 0xB49DAB) is unknown color: approx Lily. HEX triplet: B4, 9D and AB. RGB value is (180,157,171). Sum of RGB (Red+Green+Blue) = 180+157+171=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DAB is #4B6254. Grayscale: #A5A5A5. Windows color (decimal): -4940373 or 11247028. OLE color: 11247028.

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

Color convert

RGB180157171-
CMYK00.130.050.29
HSL323.48º13.29%66.08%-
HSV(B)323.48º12.78%70.59%-
XYZ38.2336.7643.61-
YUV165.47131.12138.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=35.43%
G=30.91%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015717100.130.050.29323.4813.2966.08
HexB49DAB0D51D143d42
Octal26423525301553550315102
Binary101101001001110110101011011011011110110100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DAB; }

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

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

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

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

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

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

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

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