#B49FAA

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

Shades of Lily #B49FAA

Tints of Lily #B49FAA

Color information

#B49FAA (or 0xB49FAA) is unknown color: approx Lily. HEX triplet: B4, 9F and AA. RGB value is (180,159,170). Sum of RGB (Red+Green+Blue) = 180+159+170=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAA is #4B6055. Grayscale: #A6A6A6. Windows color (decimal): -4939862 or 11182004. OLE color: 11182004.

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

Color convert

RGB180159170-
CMYK00.120.060.29
HSL328.57º12.28%66.47%-
HSV(B)328.57º11.67%70.59%-
XYZ38.4837.443.22-
YUV166.53129.96137.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=35.36%
G=31.24%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015917000.120.060.29328.5712.2866.47
HexB49FAA0C61D149c42
Octal26423725201463551114102
Binary101101001001111110101010011001101110110100100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FAA; }

 p { color: rgb(180,159,170); }

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

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

 a { background-color: rgb(180,159,170); }

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

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

 span { border-color: rgb(180,159,170); }

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