#B9A6AC

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

Shades of Lily #B9A6AC

Tints of Lily #B9A6AC

Color information

#B9A6AC (or 0xB9A6AC) is unknown color: approx Lily. HEX triplet: B9, A6 and AC. RGB value is (185,166,172). Sum of RGB (Red+Green+Blue) = 185+166+172=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A6AC is #465953. Grayscale: #ACACAC. Windows color (decimal): -4610388 or 11314873. OLE color: 11314873.

HSL color Cylindrical-coordinate representation of color #B9A6AC: hue angle of 341.05º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9A6AC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185166172-
CMYK00.100.070.27
HSL341.05º11.95%68.82%-
HSV(B)341.05º10.27%72.55%-
XYZ41.0940.5744.69-
YUV172.36127.79137.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=35.37%
G=31.74%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516617200.100.070.27341.0511.9568.82
HexB9A6AC0A71B155c45
Octal27124625401273352514105
Binary101110011010011010101100010101111101110101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A6AC; }

 p { color: rgb(185,166,172); }

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

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

 a { background-color: rgb(185,166,172); }

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

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

 span { border-color: rgb(185,166,172); }

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