#B9A5AC

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

Shades of Lily #B9A5AC

Tints of Lily #B9A5AC

Color information

#B9A5AC (or 0xB9A5AC) is unknown color: approx Lily. HEX triplet: B9, A5 and AC. RGB value is (185,165,172). Sum of RGB (Red+Green+Blue) = 185+165+172=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A5AC is #465A53. Grayscale: #ABABAB. Windows color (decimal): -4610644 or 11314617. OLE color: 11314617.

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

Color convert

RGB185165172-
CMYK00.110.070.27
HSL339º12.5%68.63%-
HSV(B)339º10.81%72.55%-
XYZ40.9140.244.63-
YUV171.78128.13137.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=35.44%
G=31.61%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516517200.110.070.2733912.568.63
HexB9A5AC0B71B153c45
Octal27124525401373352314105
Binary101110011010010110101100010111111101110101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A5AC; }

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

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

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

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

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

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

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

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