#B4A5AA

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

Shades of Lily #B4A5AA

Tints of Lily #B4A5AA

Color information

#B4A5AA (or 0xB4A5AA) is unknown color: approx Lily. HEX triplet: B4, A5 and AA. RGB value is (180,165,170). Sum of RGB (Red+Green+Blue) = 180+165+170=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A5AA is #4B5A55. Grayscale: #AAAAAA. Windows color (decimal): -4938326 or 11183540. OLE color: 11183540.

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

Color convert

RGB180165170-
CMYK00.080.060.29
HSL340º9.09%67.65%-
HSV(B)340º8.33%70.59%-
XYZ39.5339.5243.57-
YUV170.05127.97135.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=34.95%
G=32.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016517000.080.060.293409.0967.65
HexB4A5AA0861D154944
Octal26424525201063552411104
Binary101101001010010110101010010001101110110101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A5AA; }

 p { color: rgb(180,165,170); }

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

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

 a { background-color: rgb(180,165,170); }

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

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

 span { border-color: rgb(180,165,170); }

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