#B5A3AE

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

Shades of Lily #B5A3AE

Tints of Lily #B5A3AE

Color information

#B5A3AE (or 0xB5A3AE) is unknown color: approx Lily. HEX triplet: B5, A3 and AE. RGB value is (181,163,174). Sum of RGB (Red+Green+Blue) = 181+163+174=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3AE is #4A5C51. Grayscale: #A9A9A9. Windows color (decimal): -4873298 or 11445173. OLE color: 11445173.

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

Color convert

RGB181163174-
CMYK00.100.040.29
HSL323.33º10.84%67.45%-
HSV(B)323.33º9.94%70.98%-
XYZ39.7939.0745.49-
YUV169.64130.46136.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=34.94%
G=31.47%
B=33.59%

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
Decimal18116317400.100.040.29323.3310.8467.45
HexB5A3AE0A41D143b43
Octal26524325601243550313103
Binary101101011010001110101110010101001110110100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A3AE; }

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

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

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

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

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

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

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

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