#B397A6

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

Shades of Lily #B397A6

Tints of Lily #B397A6

Color information

#B397A6 (or 0xB397A6) is unknown color: approx Lily. HEX triplet: B3, 97 and A6. RGB value is (179,151,166). Sum of RGB (Red+Green+Blue) = 179+151+166=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B397A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397A6 is #4C6859. Grayscale: #A1A1A1. Windows color (decimal): -5007450 or 10917811. OLE color: 10917811.

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

Color convert

RGB179151166-
CMYK00.160.070.30
HSL327.86º15.56%64.71%-
HSV(B)327.86º15.64%70.2%-
XYZ36.5434.4740.8-
YUV161.08130.78140.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=36.09%
G=30.44%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915116600.160.070.30327.8615.5664.71
HexB397A601071E1481041
Octal26322724602073651020101
Binary10110011100101111010011001000011111110101001000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397A6; }

 p { color: rgb(179,151,166); }

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

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

 a { background-color: rgb(179,151,166); }

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

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

 span { border-color: rgb(179,151,166); }

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