#B595AA

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

Shades of Lily #B595AA

Tints of Lily #B595AA

Color information

#B595AA (or 0xB595AA) is unknown color: approx Lily. HEX triplet: B5, 95 and AA. RGB value is (181,149,170). Sum of RGB (Red+Green+Blue) = 181+149+170=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B595AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B595AA is #4A6A55. Grayscale: #A0A0A0. Windows color (decimal): -4876886 or 11179445. OLE color: 11179445.

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

Color convert

RGB181149170-
CMYK00.180.060.29
HSL320.62º17.78%64.71%-
HSV(B)320.62º17.68%70.98%-
XYZ37.0634.2242.68-
YUV160.96133.1142.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=36.2%
G=29.8%
B=34%

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
Decimal18114917000.180.060.29320.6217.7864.71
HexB595AA01261D1411241
Octal26522525202263550122101
Binary10110101100101011010101001001011011101101000001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595AA; }

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

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

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

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

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

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

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

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