#B5A5AE

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

Shades of Lily #B5A5AE

Tints of Lily #B5A5AE

Color information

#B5A5AE (or 0xB5A5AE) is unknown color: approx Lily. HEX triplet: B5, A5 and AE. RGB value is (181,165,174). Sum of RGB (Red+Green+Blue) = 181+165+174=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A5AE is #4A5A51. Grayscale: #AAAAAA. Windows color (decimal): -4872786 or 11445685. OLE color: 11445685.

HSL color Cylindrical-coordinate representation of color #B5A5AE: hue angle of 326.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 #B5A5AE is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181165174-
CMYK00.090.040.29
HSL326.25º9.76%67.84%-
HSV(B)326.25º8.84%70.98%-
XYZ40.1539.7945.61-
YUV170.81129.8135.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=34.81%
G=31.73%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116517400.090.040.29326.259.7667.84
HexB5A5AE0941D146a44
Octal26524525601143550612104
Binary101101011010010110101110010011001110110100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5AE; }

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

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

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

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

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

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

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

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