#B49BAC

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

Shades of Lily #B49BAC

Tints of Lily #B49BAC

Color information

#B49BAC (or 0xB49BAC) is unknown color: approx Lily. HEX triplet: B4, 9B and AC. RGB value is (180,155,172). Sum of RGB (Red+Green+Blue) = 180+155+172=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAC is #4B6453. Grayscale: #A4A4A4. Windows color (decimal): -4940884 or 11312052. OLE color: 11312052.

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

Color convert

RGB180155172-
CMYK00.140.040.29
HSL319.2º14.29%65.69%-
HSV(B)319.2º13.89%70.59%-
XYZ37.9936.1244-
YUV164.41132.28139.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=35.50%
G=30.57%
B=33.93%

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
Decimal18015517200.140.040.29319.214.2965.69
HexB49BAC0E41D13fe42
Octal26423325401643547716102
Binary101101001001101110101100011101001110110011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BAC; }

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

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

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

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

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

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

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

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