#B9A4AB

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

Shades of Lily #B9A4AB

Tints of Lily #B9A4AB

Color information

#B9A4AB (or 0xB9A4AB) is unknown color: approx Lily. HEX triplet: B9, A4 and AB. RGB value is (185,164,171). Sum of RGB (Red+Green+Blue) = 185+164+171=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A4AB is #465B54. Grayscale: #ABABAB. Windows color (decimal): -4610901 or 11248825. OLE color: 11248825.

HSL color Cylindrical-coordinate representation of color #B9A4AB: hue angle of 340º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A4AB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185164171-
CMYK00.110.080.27
HSL340º13.04%68.43%-
HSV(B)340º11.35%72.55%-
XYZ40.6339.8144.07-
YUV171.08127.96137.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=35.58%
G=31.54%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516417100.110.080.2734013.0468.43
HexB9A4AB0B81B154d44
Octal271244253013103352415104
Binary1011100110100100101010110101110001101110101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4AB; }

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

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

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

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

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

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

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

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