#B499AA

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

Shades of Lily #B499AA

Tints of Lily #B499AA

Color information

#B499AA (or 0xB499AA) is unknown color: approx Lily. HEX triplet: B4, 99 and AA. RGB value is (180,153,170). Sum of RGB (Red+Green+Blue) = 180+153+170=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B499AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B499AA is #4B6655. Grayscale: #A2A2A2. Windows color (decimal): -4941398 or 11180468. OLE color: 11180468.

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

Color convert

RGB180153170-
CMYK00.150.060.29
HSL322.22º15.25%65.29%-
HSV(B)322.22º15%70.59%-
XYZ37.4735.3942.89-
YUV163.01131.95140.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=35.79%
G=30.42%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015317000.150.060.29322.2215.2565.29
HexB499AA0F61D142f41
Octal26423125201763550217101
Binary101101001001100110101010011111101110110100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499AA; }

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

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

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

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

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

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

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

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