#B5A5AA

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

Shades of Lily #B5A5AA

Tints of Lily #B5A5AA

Color information

#B5A5AA (or 0xB5A5AA) is unknown color: approx Lily. HEX triplet: B5, A5 and AA. RGB value is (181,165,170). Sum of RGB (Red+Green+Blue) = 181+165+170=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A5AA is #4A5A55. Grayscale: #AAAAAA. Windows color (decimal): -4872790 or 11183541. OLE color: 11183541.

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

Color convert

RGB181165170-
CMYK00.090.060.29
HSL341.25º9.76%67.84%-
HSV(B)341.25º8.84%70.98%-
XYZ39.7739.6443.58-
YUV170.35127.8135.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=35.08%
G=31.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116517000.090.060.29341.259.7667.84
HexB5A5AA0961D155a44
Octal26524525201163552512104
Binary101101011010010110101010010011101110110101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5AA; }

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

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

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

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

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

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

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

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