#B492A5

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

Shades of Lily #B492A5

Tints of Lily #B492A5

Color information

#B492A5 (or 0xB492A5) is unknown color: approx Lily. HEX triplet: B4, 92 and A5. RGB value is (180,146,165). Sum of RGB (Red+Green+Blue) = 180+146+165=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B492A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492A5 is #4B6D5A. Grayscale: #9E9E9E. Windows color (decimal): -4943195 or 10850996. OLE color: 10850996.

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

Color convert

RGB180146165-
CMYK00.190.080.29
HSL326.47º18.48%63.92%-
HSV(B)326.47º18.89%70.59%-
XYZ35.8932.9840.07-
YUV158.33131.76143.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=36.66%
G=29.74%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014616500.190.080.29326.4718.4863.92
HexB492A501381D1461240
Octal264222245023103550622100
Binary101101001001001010100101010011100011101101000110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492A5; }

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

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

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

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

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

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

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

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