#B4A4AD

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

Shades of Lily #B4A4AD

Tints of Lily #B4A4AD

Color information

#B4A4AD (or 0xB4A4AD) is unknown color: approx Lily. HEX triplet: B4, A4 and AD. RGB value is (180,164,173). Sum of RGB (Red+Green+Blue) = 180+164+173=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A4AD is #4B5B52. Grayscale: #A9A9A9. Windows color (decimal): -4938579 or 11379892. OLE color: 11379892.

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

Color convert

RGB180164173-
CMYK00.090.040.29
HSL326.25º9.64%67.45%-
HSV(B)326.25º8.89%70.59%-
XYZ39.6439.2745.03-
YUV169.81129.8135.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=34.82%
G=31.72%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016417300.090.040.29326.259.6467.45
HexB4A4AD0941D146a43
Octal26424425501143550612103
Binary101101001010010010101101010011001110110100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4AD; }

 p { color: rgb(180,164,173); }

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

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

 a { background-color: rgb(180,164,173); }

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

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

 span { border-color: rgb(180,164,173); }

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