#B49EAC

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

Shades of Lily #B49EAC

Tints of Lily #B49EAC

Color information

#B49EAC (or 0xB49EAC) is unknown color: approx Lily. HEX triplet: B4, 9E and AC. RGB value is (180,158,172). Sum of RGB (Red+Green+Blue) = 180+158+172=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B49EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49EAC is #4B6153. Grayscale: #A6A6A6. Windows color (decimal): -4940116 or 11312820. OLE color: 11312820.

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

Color convert

RGB180158172-
CMYK00.120.040.29
HSL321.82º12.79%66.27%-
HSV(B)321.82º12.22%70.59%-
XYZ38.537.1444.17-
YUV166.17131.29137.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=35.29%
G=30.98%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015817200.120.040.29321.8212.7966.27
HexB49EAC0C41D142d42
Octal26423625401443550215102
Binary101101001001111010101100011001001110110100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EAC; }

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

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

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

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

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

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

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

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