#ACA2BB

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

Shades of Biloba Flower #ACA2BB

Tints of Biloba Flower #ACA2BB

Color information

#ACA2BB (or 0xACA2BB) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and BB. RGB value is (172,162,187). Sum of RGB (Red+Green+Blue) = 172+162+187=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2BB is #535D44. Grayscale: #A7A7A7. Windows color (decimal): -5463365 or 12296876. OLE color: 12296876.

HSL color Cylindrical-coordinate representation of color #ACA2BB: hue angle of 264º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA2BB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172162187-
CMYK0.080.1300.27
HSL264º15.53%68.43%-
HSV(B)264º13.37%73.33%-
XYZ38.938.252.34-
YUV167.84138.81130.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=33.01%
G=31.09%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721621870.080.1300.2726415.5368.43
HexACA2BB8D01B1081044
Octal254242273101503341020104
Binary10101100101000101011101110001101011011100001000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2BB; }

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

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

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

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

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

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

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

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