#B5A4AB

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

Shades of Lily #B5A4AB

Tints of Lily #B5A4AB

Color information

#B5A4AB (or 0xB5A4AB) is unknown color: approx Lily. HEX triplet: B5, A4 and AB. RGB value is (181,164,171). Sum of RGB (Red+Green+Blue) = 181+164+171=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A4AB is #4A5B54. Grayscale: #A9A9A9. Windows color (decimal): -4873045 or 11248821. OLE color: 11248821.

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

Color convert

RGB181164171-
CMYK00.090.060.29
HSL335.29º10.3%67.65%-
HSV(B)335.29º9.39%70.98%-
XYZ39.6839.3144.03-
YUV169.88128.63135.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=35.08%
G=31.78%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116417100.090.060.29335.2910.367.65
HexB5A4AB0961D14fa44
Octal26524425301163551712104
Binary101101011010010010101011010011101110110100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4AB; }

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

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

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

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

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

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

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

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