#B598AA

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

Shades of Lily #B598AA

Tints of Lily #B598AA

Color information

#B598AA (or 0xB598AA) is unknown color: approx Lily. HEX triplet: B5, 98 and AA. RGB value is (181,152,170). Sum of RGB (Red+Green+Blue) = 181+152+170=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B598AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598AA is #4A6755. Grayscale: #A2A2A2. Windows color (decimal): -4876118 or 11180213. OLE color: 11180213.

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

Color convert

RGB181152170-
CMYK00.160.060.29
HSL322.76º16.38%65.29%-
HSV(B)322.76º16.02%70.98%-
XYZ37.5435.1842.84-
YUV162.72132.11141.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=35.98%
G=30.22%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115217000.160.060.29322.7616.3865.29
HexB598AA01061D1431041
Octal26523025202063550320101
Binary10110101100110001010101001000011011101101000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598AA; }

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

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

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

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

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

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

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

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