#B499A7

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

Shades of Lily #B499A7

Tints of Lily #B499A7

Color information

#B499A7 (or 0xB499A7) is unknown color: approx Lily. HEX triplet: B4, 99 and A7. RGB value is (180,153,167). Sum of RGB (Red+Green+Blue) = 180+153+167=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B499A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B499A7 is #4B6658. Grayscale: #A2A2A2. Windows color (decimal): -4941401 or 10983860. OLE color: 10983860.

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

Color convert

RGB180153167-
CMYK00.150.070.29
HSL328.89º15.25%65.29%-
HSV(B)328.89º15%70.59%-
XYZ37.1935.2841.41-
YUV162.67130.45140.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 167 (65.62% from 255) = 33.4%
R=36%
G=30.6%
B=33.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015316700.150.070.29328.8915.2565.29
HexB499A70F71D149f41
Octal26423124701773551117101
Binary101101001001100110100111011111111110110100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499A7; }

 p { color: rgb(180,153,167); }

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

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

 a { background-color: rgb(180,153,167); }

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

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

 span { border-color: rgb(180,153,167); }

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