#B599A8

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

Shades of Lily #B599A8

Tints of Lily #B599A8

Color information

#B599A8 (or 0xB599A8) is unknown color: approx Lily. HEX triplet: B5, 99 and A8. RGB value is (181,153,168). Sum of RGB (Red+Green+Blue) = 181+153+168=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B599A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599A8 is #4A6657. Grayscale: #A3A3A3. Windows color (decimal): -4875864 or 11049397. OLE color: 11049397.

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

Color convert

RGB181153168-
CMYK00.150.070.29
HSL327.86º15.91%65.49%-
HSV(B)327.86º15.47%70.98%-
XYZ37.5235.4341.91-
YUV163.08130.78140.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=36.06%
G=30.48%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115316800.150.070.29327.8615.9165.49
HexB599A80F71D1481041
Octal26523125001773551020101
Binary1011010110011001101010000111111111101101001000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599A8; }

 p { color: rgb(181,153,168); }

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

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

 a { background-color: rgb(181,153,168); }

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

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

 span { border-color: rgb(181,153,168); }

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