#B4A9AE

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

Shades of Lily #B4A9AE

Tints of Lily #B4A9AE

Color information

#B4A9AE (or 0xB4A9AE) is unknown color: approx Lily. HEX triplet: B4, A9 and AE. RGB value is (180,169,174). Sum of RGB (Red+Green+Blue) = 180+169+174=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A9AE is #4B5651. Grayscale: #ACACAC. Windows color (decimal): -4937298 or 11446708. OLE color: 11446708.

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

Color convert

RGB180169174-
CMYK00.060.030.29
HSL332.73º6.83%68.43%-
HSV(B)332.73º6.11%70.59%-
XYZ40.6541.1445.84-
YUV172.86128.64133.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=34.42%
G=32.31%
B=33.27%

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
Decimal18016917400.060.030.29332.736.8368.43
HexB4A9AE0631D14d744
Octal264251256063355157104
Binary101101001010100110101110011011111011010011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9AE; }

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

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

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

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

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

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

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

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