#B4A3AF

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

Shades of Lily #B4A3AF

Tints of Lily #B4A3AF

Color information

#B4A3AF (or 0xB4A3AF) is unknown color: approx Lily. HEX triplet: B4, A3 and AF. RGB value is (180,163,175). Sum of RGB (Red+Green+Blue) = 180+163+175=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3AF is #4B5C50. Grayscale: #A9A9A9. Windows color (decimal): -4938833 or 11510708. OLE color: 11510708.

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

Color convert

RGB180163175-
CMYK00.090.030.29
HSL317.65º10.18%67.25%-
HSV(B)317.65º9.44%70.59%-
XYZ39.6638.9945.99-
YUV169.45131.13135.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=34.75%
G=31.47%
B=33.78%

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
Decimal18016317500.090.030.29317.6510.1867.25
HexB4A3AF0931D13ea43
Octal26424325701133547612103
Binary10110100101000111010111101001111110110011111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A3AF; }

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

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

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

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

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

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

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

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