#B4AAAE

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

Shades of Lily #B4AAAE

Tints of Lily #B4AAAE

Color information

#B4AAAE (or 0xB4AAAE) is unknown color: approx Lily. HEX triplet: B4, AA and AE. RGB value is (180,170,174). Sum of RGB (Red+Green+Blue) = 180+170+174=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAAE is #4B5551. Grayscale: #ADADAD. Windows color (decimal): -4937042 or 11446964. OLE color: 11446964.

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

Color convert

RGB180170174-
CMYK00.060.030.29
HSL336º6.25%68.63%-
HSV(B)336º5.56%70.59%-
XYZ40.8441.5145.9-
YUV173.45128.31132.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=34.35%
G=32.44%
B=33.21%

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
Decimal18017017400.060.030.293366.2568.63
HexB4AAAE0631D150645
Octal264252256063355206105
Binary101101001010101010101110011011111011010100001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAAE; }

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

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

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

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

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

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

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

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