#B4A6AC

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

Shades of Lily #B4A6AC

Tints of Lily #B4A6AC

Color information

#B4A6AC (or 0xB4A6AC) is unknown color: approx Lily. HEX triplet: B4, A6 and AC. RGB value is (180,166,172). Sum of RGB (Red+Green+Blue) = 180+166+172=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A6AC is #4B5953. Grayscale: #AAAAAA. Windows color (decimal): -4938068 or 11314868. OLE color: 11314868.

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

Color convert

RGB180166172-
CMYK00.080.040.29
HSL334.29º8.54%67.84%-
HSV(B)334.29º7.78%70.59%-
XYZ39.9139.9544.64-
YUV170.87128.64134.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=34.75%
G=32.05%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016617200.080.040.29334.298.5467.84
HexB4A6AC0841D14e944
Octal26424625401043551611104
Binary101101001010011010101100010001001110110100111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6AC; }

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

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

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

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

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

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

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

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