#B5A5AC

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

Shades of Lily #B5A5AC

Tints of Lily #B5A5AC

Color information

#B5A5AC (or 0xB5A5AC) is unknown color: approx Lily. HEX triplet: B5, A5 and AC. RGB value is (181,165,172). Sum of RGB (Red+Green+Blue) = 181+165+172=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A5AC is #4A5A53. Grayscale: #AAAAAA. Windows color (decimal): -4872788 or 11314613. OLE color: 11314613.

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

Color convert

RGB181165172-
CMYK00.090.050.29
HSL333.75º9.76%67.84%-
HSV(B)333.75º8.84%70.98%-
XYZ39.9639.7144.59-
YUV170.58128.8135.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=34.94%
G=31.85%
B=33.20%

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
Decimal18116517200.090.050.29333.759.7667.84
HexB5A5AC0951D14ea44
Octal26524525401153551612104
Binary101101011010010110101100010011011110110100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5AC; }

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

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

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

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

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

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

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

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