#B4A7AC

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

Shades of Lily #B4A7AC

Tints of Lily #B4A7AC

Color information

#B4A7AC (or 0xB4A7AC) is unknown color: approx Lily. HEX triplet: B4, A7 and AC. RGB value is (180,167,172). Sum of RGB (Red+Green+Blue) = 180+167+172=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A7AC is #4B5853. Grayscale: #ABABAB. Windows color (decimal): -4937812 or 11315124. OLE color: 11315124.

HSL color Cylindrical-coordinate representation of color #B4A7AC: hue angle of 336.92º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4A7AC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180167172-
CMYK00.070.040.29
HSL336.92º7.98%68.04%-
HSV(B)336.92º7.22%70.59%-
XYZ40.0940.3244.7-
YUV171.46128.31134.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=34.68%
G=32.18%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016717200.070.040.29336.927.9868.04
HexB4A7AC0741D151844
Octal2642472540743552110104
Binary10110100101001111010110001111001110110101000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7AC; }

 p { color: rgb(180,167,172); }

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

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

 a { background-color: rgb(180,167,172); }

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

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

 span { border-color: rgb(180,167,172); }

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