#B9A2AB

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

Shades of Lily #B9A2AB

Tints of Lily #B9A2AB

Color information

#B9A2AB (or 0xB9A2AB) is unknown color: approx Lily. HEX triplet: B9, A2 and AB. RGB value is (185,162,171). Sum of RGB (Red+Green+Blue) = 185+162+171=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A2AB is #465D54. Grayscale: #A9A9A9. Windows color (decimal): -4611413 or 11248313. OLE color: 11248313.

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

Color convert

RGB185162171-
CMYK00.120.080.27
HSL336.52º14.11%68.04%-
HSV(B)336.52º12.43%72.55%-
XYZ40.2839.143.95-
YUV169.9128.62138.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=35.71%
G=31.27%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516217100.120.080.27336.5214.1168.04
HexB9A2AB0C81B151e44
Octal271242253014103352116104
Binary1011100110100010101010110110010001101110101000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2AB; }

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

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

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

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

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

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

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

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