#B5A6AE

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

Shades of Lily #B5A6AE

Tints of Lily #B5A6AE

Color information

#B5A6AE (or 0xB5A6AE) is unknown color: approx Lily. HEX triplet: B5, A6 and AE. RGB value is (181,166,174). Sum of RGB (Red+Green+Blue) = 181+166+174=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A6AE is #4A5951. Grayscale: #ABABAB. Windows color (decimal): -4872530 or 11445941. OLE color: 11445941.

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

Color convert

RGB181166174-
CMYK00.080.040.29
HSL328º9.2%68.04%-
HSV(B)328º8.29%70.98%-
XYZ40.3340.1545.67-
YUV171.4129.47134.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=34.74%
G=31.86%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116617400.080.040.293289.268.04
HexB5A6AE0841D148944
Octal26524625601043551011104
Binary101101011010011010101110010001001110110100100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A6AE; }

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

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

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

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

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

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

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

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