#ACA2BC

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

Shades of Biloba Flower #ACA2BC

Tints of Biloba Flower #ACA2BC

Color information

#ACA2BC (or 0xACA2BC) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and BC. RGB value is (172,162,188). Sum of RGB (Red+Green+Blue) = 172+162+188=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2BC is #535D43. Grayscale: #A7A7A7. Windows color (decimal): -5463364 or 12362412. OLE color: 12362412.

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

Color convert

RGB172162188-
CMYK0.090.1400.26
HSL263.08º16.25%68.63%-
HSV(B)263.08º13.83%73.73%-
XYZ39.0138.2452.9-
YUV167.95139.31130.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=32.95%
G=31.03%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721621880.090.1400.26263.0816.2568.63
HexACA2BC9E01A1071045
Octal254242274111603240720105
Binary10101100101000101011110010011110011010100000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2BC; }

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

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

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

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

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

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

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

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