#B493A5

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

Shades of Lily #B493A5

Tints of Lily #B493A5

Color information

#B493A5 (or 0xB493A5) is unknown color: approx Lily. HEX triplet: B4, 93 and A5. RGB value is (180,147,165). Sum of RGB (Red+Green+Blue) = 180+147+165=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B493A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493A5 is #4B6C5A. Grayscale: #9E9E9E. Windows color (decimal): -4942939 or 10851252. OLE color: 10851252.

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

Color convert

RGB180147165-
CMYK00.180.080.29
HSL327.27º18.03%64.12%-
HSV(B)327.27º18.33%70.59%-
XYZ36.0533.2940.12-
YUV158.92131.43143.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 165 (64.84% from 255) = 33.54%
R=36.59%
G=29.88%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014716500.180.080.29327.2718.0364.12
HexB493A501281D1471240
Octal264223245022103550722100
Binary101101001001001110100101010010100011101101000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493A5; }

 p { color: rgb(180,147,165); }

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

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

 a { background-color: rgb(180,147,165); }

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

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

 span { border-color: rgb(180,147,165); }

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