#B49CAD

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

Shades of Lily #B49CAD

Tints of Lily #B49CAD

Color information

#B49CAD (or 0xB49CAD) is unknown color: approx Lily. HEX triplet: B4, 9C and AD. RGB value is (180,156,173). Sum of RGB (Red+Green+Blue) = 180+156+173=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B49CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49CAD is #4B6352. Grayscale: #A5A5A5. Windows color (decimal): -4940627 or 11377844. OLE color: 11377844.

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

Color convert

RGB180156173-
CMYK00.130.040.29
HSL317.5º13.79%65.88%-
HSV(B)317.5º13.33%70.59%-
XYZ38.2536.544.56-
YUV165.11132.45138.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=35.36%
G=30.65%
B=33.99%

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
Decimal18015617300.130.040.29317.513.7965.88
HexB49CAD0D41D13ee42
Octal26423425501543547616102
Binary101101001001110010101101011011001110110011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CAD; }

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

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

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

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

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

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

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

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