#B5A4AC

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

Shades of Lily #B5A4AC

Tints of Lily #B5A4AC

Color information

#B5A4AC (or 0xB5A4AC) is unknown color: approx Lily. HEX triplet: B5, A4 and AC. RGB value is (181,164,172). Sum of RGB (Red+Green+Blue) = 181+164+172=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A4AC is #4A5B53. Grayscale: #A9A9A9. Windows color (decimal): -4873044 or 11314357. OLE color: 11314357.

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

Color convert

RGB181164172-
CMYK00.090.050.29
HSL331.76º10.3%67.65%-
HSV(B)331.76º9.39%70.98%-
XYZ39.7839.3544.53-
YUV170129.13135.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=35.01%
G=31.72%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116417200.090.050.29331.7610.367.65
HexB5A4AC0951D14ca44
Octal26524425401153551412104
Binary101101011010010010101100010011011110110100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4AC; }

 p { color: rgb(181,164,172); }

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

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

 a { background-color: rgb(181,164,172); }

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

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

 span { border-color: rgb(181,164,172); }

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