#ACA4BC

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

Shades of Biloba Flower #ACA4BC

Tints of Biloba Flower #ACA4BC

Color information

#ACA4BC (or 0xACA4BC) is unknown color: approx Biloba Flower. HEX triplet: AC, A4 and BC. RGB value is (172,164,188). Sum of RGB (Red+Green+Blue) = 172+164+188=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4BC is #535B43. Grayscale: #A9A9A9. Windows color (decimal): -5462852 or 12362924. OLE color: 12362924.

HSL color Cylindrical-coordinate representation of color #ACA4BC: hue angle of 260º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA4BC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172164188-
CMYK0.090.1300.26
HSL260º15.19%69.02%-
HSV(B)260º12.77%73.73%-
XYZ39.3738.9553.02-
YUV169.13138.65130.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=32.82%
G=31.30%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721641880.090.1300.2626015.1969.02
HexACA4BC9D01A104f45
Octal254244274111503240417105
Binary1010110010100100101111001001110101101010000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4BC; }

 p { color: rgb(172,164,188); }

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

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

 a { background-color: rgb(172,164,188); }

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

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

 span { border-color: rgb(172,164,188); }

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