#B4A6AE

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

Shades of Lily #B4A6AE

Tints of Lily #B4A6AE

Color information

#B4A6AE (or 0xB4A6AE) is unknown color: approx Lily. HEX triplet: B4, A6 and AE. RGB value is (180,166,174). Sum of RGB (Red+Green+Blue) = 180+166+174=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A6AE is #4B5951. Grayscale: #ABABAB. Windows color (decimal): -4938066 or 11445940. OLE color: 11445940.

HSL color Cylindrical-coordinate representation of color #B4A6AE: hue angle of 325.71º 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 #B4A6AE is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180166174-
CMYK00.080.030.29
HSL325.71º8.54%67.84%-
HSV(B)325.71º7.78%70.59%-
XYZ40.140.0345.66-
YUV171.1129.64134.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=34.62%
G=31.92%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016617400.080.030.29325.718.5467.84
HexB4A6AE0831D146944
Octal26424625601033550611104
Binary10110100101001101010111001000111110110100011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6AE; }

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

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

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

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

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

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

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

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