#B49DA8

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

Shades of Lily #B49DA8

Tints of Lily #B49DA8

Color information

#B49DA8 (or 0xB49DA8) is unknown color: approx Lily. HEX triplet: B4, 9D and A8. RGB value is (180,157,168). Sum of RGB (Red+Green+Blue) = 180+157+168=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DA8 is #4B6257. Grayscale: #A5A5A5. Windows color (decimal): -4940376 or 11050420. OLE color: 11050420.

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

Color convert

RGB180157168-
CMYK00.130.070.29
HSL331.3º13.29%66.08%-
HSV(B)331.3º12.78%70.59%-
XYZ37.9536.6442.12-
YUV165.13129.62138.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 168 (66.02% from 255) = 33.27%
R=35.64%
G=31.09%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015716800.130.070.29331.313.2966.08
HexB49DA80D71D14bd42
Octal26423525001573551315102
Binary101101001001110110101000011011111110110100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DA8; }

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

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

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

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

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

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

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

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