#B49FAE

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

Shades of Lily #B49FAE

Tints of Lily #B49FAE

Color information

#B49FAE (or 0xB49FAE) is unknown color: approx Lily. HEX triplet: B4, 9F and AE. RGB value is (180,159,174). Sum of RGB (Red+Green+Blue) = 180+159+174=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAE is #4B6051. Grayscale: #A6A6A6. Windows color (decimal): -4939858 or 11444148. OLE color: 11444148.

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

Color convert

RGB180159174-
CMYK00.120.030.29
HSL317.14º12.28%66.47%-
HSV(B)317.14º11.67%70.59%-
XYZ38.8637.5645.25-
YUV166.99131.96137.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=35.09%
G=30.99%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015917400.120.030.29317.1412.2866.47
HexB49FAE0C31D13dc42
Octal26423725601433547514102
Binary10110100100111111010111001100111110110011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FAE; }

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

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

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

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

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

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

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

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