#B5A3AD

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

Shades of Lily #B5A3AD

Tints of Lily #B5A3AD

Color information

#B5A3AD (or 0xB5A3AD) is unknown color: approx Lily. HEX triplet: B5, A3 and AD. RGB value is (181,163,173). Sum of RGB (Red+Green+Blue) = 181+163+173=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3AD is #4A5C52. Grayscale: #A9A9A9. Windows color (decimal): -4873299 or 11379637. OLE color: 11379637.

HSL color Cylindrical-coordinate representation of color #B5A3AD: hue angle of 326.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3AD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181163173-
CMYK00.100.040.29
HSL326.67º10.84%67.45%-
HSV(B)326.67º9.94%70.98%-
XYZ39.739.0444.98-
YUV169.52129.96136.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=35.01%
G=31.53%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116317300.100.040.29326.6710.8467.45
HexB5A3AD0A41D147b43
Octal26524325501243550713103
Binary101101011010001110101101010101001110110100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A3AD; }

 p { color: rgb(181,163,173); }

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

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

 a { background-color: rgb(181,163,173); }

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

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

 span { border-color: rgb(181,163,173); }

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