#B49AAC

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

Shades of Lily #B49AAC

Tints of Lily #B49AAC

Color information

#B49AAC (or 0xB49AAC) is unknown color: approx Lily. HEX triplet: B4, 9A and AC. RGB value is (180,154,172). Sum of RGB (Red+Green+Blue) = 180+154+172=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAC is #4B6553. Grayscale: #A3A3A3. Windows color (decimal): -4941140 or 11311796. OLE color: 11311796.

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

Color convert

RGB180154172-
CMYK00.140.040.29
HSL318.46º14.77%65.49%-
HSV(B)318.46º14.44%70.59%-
XYZ37.8235.7943.94-
YUV163.83132.61139.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=35.57%
G=30.43%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015417200.140.040.29318.4614.7765.49
HexB49AAC0E41D13ef41
Octal26423225401643547617101
Binary101101001001101010101100011101001110110011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AAC; }

 p { color: rgb(180,154,172); }

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

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

 a { background-color: rgb(180,154,172); }

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

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

 span { border-color: rgb(180,154,172); }

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