#B5A8AD

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

Shades of Lily #B5A8AD

Tints of Lily #B5A8AD

Color information

#B5A8AD (or 0xB5A8AD) is unknown color: approx Lily. HEX triplet: B5, A8 and AD. RGB value is (181,168,173). Sum of RGB (Red+Green+Blue) = 181+168+173=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A8AD is #4A5752. Grayscale: #ACACAC. Windows color (decimal): -4872019 or 11380917. OLE color: 11380917.

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

Color convert

RGB181168173-
CMYK00.070.040.29
HSL336.92º8.07%68.43%-
HSV(B)336.92º7.18%70.98%-
XYZ40.640.8545.28-
YUV172.46128.31134.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=34.67%
G=32.18%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116817300.070.040.29336.928.0768.43
HexB5A8AD0741D151844
Octal2652502550743552110104
Binary10110101101010001010110101111001110110101000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A8AD; }

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

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

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

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

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

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

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

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