#ACA4BD

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

Shades of Biloba Flower #ACA4BD

Tints of Biloba Flower #ACA4BD

Color information

#ACA4BD (or 0xACA4BD) is unknown color: approx Biloba Flower. HEX triplet: AC, A4 and BD. RGB value is (172,164,189). Sum of RGB (Red+Green+Blue) = 172+164+189=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4BD is #535B42. Grayscale: #A9A9A9. Windows color (decimal): -5462851 or 12428460. OLE color: 12428460.

HSL color Cylindrical-coordinate representation of color #ACA4BD: hue angle of 259.2º degrees, saturation: 0.16, 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 #ACA4BD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172164189-
CMYK0.090.1300.26
HSL259.2º15.92%69.22%-
HSV(B)259.2º13.23%74.12%-
XYZ39.473953.59-
YUV169.24139.15129.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 189 (74.22% from 255) = 36%
R=32.76%
G=31.24%
B=36%

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
Decimal1721641890.090.1300.26259.215.9269.22
HexACA4BD9D01A1031045
Octal254244275111503240320105
Binary10101100101001001011110110011101011010100000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4BD; }

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

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

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

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

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

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

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

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