#ACA5BC

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

Shades of Biloba Flower #ACA5BC

Tints of Biloba Flower #ACA5BC

Color information

#ACA5BC (or 0xACA5BC) is unknown color: approx Biloba Flower. HEX triplet: AC, A5 and BC. RGB value is (172,165,188). Sum of RGB (Red+Green+Blue) = 172+165+188=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5BC is #535A43. Grayscale: #A9A9A9. Windows color (decimal): -5462596 or 12363180. OLE color: 12363180.

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

Color convert

RGB172165188-
CMYK0.090.1200.26
HSL258.26º14.65%69.22%-
HSV(B)258.26º12.23%73.73%-
XYZ39.5539.3153.08-
YUV169.71138.32129.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=32.76%
G=31.43%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721651880.090.1200.26258.2614.6569.22
HexACA5BC9C01A102f45
Octal254245274111403240217105
Binary1010110010100101101111001001110001101010000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5BC; }

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

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

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

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

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

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

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

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