#B49AA8

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

Shades of Lily #B49AA8

Tints of Lily #B49AA8

Color information

#B49AA8 (or 0xB49AA8) is unknown color: approx Lily. HEX triplet: B4, 9A and A8. RGB value is (180,154,168). Sum of RGB (Red+Green+Blue) = 180+154+168=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA8 is #4B6557. Grayscale: #A3A3A3. Windows color (decimal): -4941144 or 11049652. OLE color: 11049652.

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

Color convert

RGB180154168-
CMYK00.140.070.29
HSL327.69º14.77%65.49%-
HSV(B)327.69º14.44%70.59%-
XYZ37.4535.6441.95-
YUV163.37130.61139.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=35.86%
G=30.68%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015416800.140.070.29327.6914.7765.49
HexB49AA80E71D148f41
Octal26423225001673551017101
Binary101101001001101010101000011101111110110100100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AA8; }

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

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

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

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

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

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

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

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