#B3ACAE

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

Shades of Lily #B3ACAE

Tints of Lily #B3ACAE

Color information

#B3ACAE (or 0xB3ACAE) is unknown color: approx Lily. HEX triplet: B3, AC and AE. RGB value is (179,172,174). Sum of RGB (Red+Green+Blue) = 179+172+174=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACAE is #4C5351. Grayscale: #AEAEAE. Windows color (decimal): -5002066 or 11447475. OLE color: 11447475.

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

Color convert

RGB179172174-
CMYK00.040.030.30
HSL342.86º4.4%68.82%-
HSV(B)342.86º3.91%70.2%-
XYZ40.9842.1446.02-
YUV174.32127.82131.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=34.10%
G=32.76%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917217400.040.030.30342.864.468.82
HexB3ACAE0431E157445
Octal263254256043365274105
Binary101100111010110010101110010011111101010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACAE; }

 p { color: rgb(179,172,174); }

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

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

 a { background-color: rgb(179,172,174); }

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

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

 span { border-color: rgb(179,172,174); }

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