#B4A3AE

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

Shades of Lily #B4A3AE

Tints of Lily #B4A3AE

Color information

#B4A3AE (or 0xB4A3AE) is unknown color: approx Lily. HEX triplet: B4, A3 and AE. RGB value is (180,163,174). Sum of RGB (Red+Green+Blue) = 180+163+174=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3AE is #4B5C51. Grayscale: #A9A9A9. Windows color (decimal): -4938834 or 11445172. OLE color: 11445172.

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

Color convert

RGB180163174-
CMYK00.090.030.29
HSL321.18º10.18%67.25%-
HSV(B)321.18º9.44%70.59%-
XYZ39.5638.9545.48-
YUV169.34130.63135.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=34.82%
G=31.53%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016317400.090.030.29321.1810.1867.25
HexB4A3AE0931D141a43
Octal26424325601133550112103
Binary10110100101000111010111001001111110110100000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A3AE; }

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

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

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

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

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

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

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

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