#B497AA

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

Shades of Lily #B497AA

Tints of Lily #B497AA

Color information

#B497AA (or 0xB497AA) is unknown color: approx Lily. HEX triplet: B4, 97 and AA. RGB value is (180,151,170). Sum of RGB (Red+Green+Blue) = 180+151+170=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B497AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497AA is #4B6855. Grayscale: #A1A1A1. Windows color (decimal): -4941910 or 11179956. OLE color: 11179956.

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

Color convert

RGB180151170-
CMYK00.160.060.29
HSL320.69º16.2%64.9%-
HSV(B)320.69º16.11%70.59%-
XYZ37.1434.7442.78-
YUV161.84132.61140.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=35.93%
G=30.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015117000.160.060.29320.6916.264.9
HexB497AA01061D1411041
Octal26422725202063550120101
Binary10110100100101111010101001000011011101101000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497AA; }

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

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

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

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

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

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

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

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