#B4A9AF

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

Shades of Lily #B4A9AF

Tints of Lily #B4A9AF

Color information

#B4A9AF (or 0xB4A9AF) is unknown color: approx Lily. HEX triplet: B4, A9 and AF. RGB value is (180,169,175). Sum of RGB (Red+Green+Blue) = 180+169+175=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A9AF is #4B5650. Grayscale: #ACACAC. Windows color (decimal): -4937297 or 11512244. OLE color: 11512244.

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

Color convert

RGB180169175-
CMYK00.060.030.29
HSL327.27º6.83%68.43%-
HSV(B)327.27º6.11%70.59%-
XYZ40.7541.1746.36-
YUV172.97129.14133.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=34.35%
G=32.25%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016917500.060.030.29327.276.8368.43
HexB4A9AF0631D147744
Octal264251257063355077104
Binary101101001010100110101111011011111011010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9AF; }

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

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

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

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

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

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

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

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