#ACA1BC

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

Shades of Biloba Flower #ACA1BC

Tints of Biloba Flower #ACA1BC

Color information

#ACA1BC (or 0xACA1BC) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and BC. RGB value is (172,161,188). Sum of RGB (Red+Green+Blue) = 172+161+188=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1BC is #535E43. Grayscale: #A7A7A7. Windows color (decimal): -5463620 or 12362156. OLE color: 12362156.

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

Color convert

RGB172161188-
CMYK0.090.1400.26
HSL264.44º16.77%68.43%-
HSV(B)264.44º14.36%73.73%-
XYZ38.8437.8952.84-
YUV167.37139.64131.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=33.01%
G=30.90%
B=36.08%

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
Decimal1721611880.090.1400.26264.4416.7768.43
HexACA1BC9E01A1081144
Octal254241274111603241021104
Binary10101100101000011011110010011110011010100001000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1BC; }

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

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

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

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

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

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

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

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