#B594AA

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

Shades of Lily #B594AA

Tints of Lily #B594AA

Color information

#B594AA (or 0xB594AA) is unknown color: approx Lily. HEX triplet: B5, 94 and AA. RGB value is (181,148,170). Sum of RGB (Red+Green+Blue) = 181+148+170=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AA is #4A6B55. Grayscale: #A0A0A0. Windows color (decimal): -4877142 or 11179189. OLE color: 11179189.

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

Color convert

RGB181148170-
CMYK00.180.060.29
HSL320º18.23%64.51%-
HSV(B)320º18.23%70.98%-
XYZ36.933.9142.63-
YUV160.38133.43142.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=36.27%
G=29.66%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114817000.180.060.2932018.2364.51
HexB594AA01261D1401241
Octal26522425202263550022101
Binary10110101100101001010101001001011011101101000000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594AA; }

 p { color: rgb(181,148,170); }

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

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

 a { background-color: rgb(181,148,170); }

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

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

 span { border-color: rgb(181,148,170); }

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