#B497A7

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

Shades of Lily #B497A7

Tints of Lily #B497A7

Color information

#B497A7 (or 0xB497A7) is unknown color: approx Lily. HEX triplet: B4, 97 and A7. RGB value is (180,151,167). Sum of RGB (Red+Green+Blue) = 180+151+167=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B497A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497A7 is #4B6858. Grayscale: #A1A1A1. Windows color (decimal): -4941913 or 10983348. OLE color: 10983348.

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

Color convert

RGB180151167-
CMYK00.160.070.29
HSL326.9º16.2%64.9%-
HSV(B)326.9º16.11%70.59%-
XYZ36.8634.6341.3-
YUV161.5131.11141.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=36.14%
G=30.32%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015116700.160.070.29326.916.264.9
HexB497A701071D1471041
Octal26422724702073550720101
Binary10110100100101111010011101000011111101101000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497A7; }

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

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

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

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

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

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

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

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