#ACA2BE

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

Shades of Biloba Flower #ACA2BE

Tints of Biloba Flower #ACA2BE

Color information

#ACA2BE (or 0xACA2BE) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and BE. RGB value is (172,162,190). Sum of RGB (Red+Green+Blue) = 172+162+190=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2BE is #535D41. Grayscale: #A8A8A8. Windows color (decimal): -5463362 or 12493484. OLE color: 12493484.

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

Color convert

RGB172162190-
CMYK0.090.1500.25
HSL261.43º17.72%69.02%-
HSV(B)261.43º14.74%74.51%-
XYZ39.2338.3354.05-
YUV168.18140.31130.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 162 (63.67% from 255) = 30.92%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=32.82%
G=30.92%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721621900.090.1500.25261.4317.7269.02
HexACA2BE9F0191051245
Octal254242276111703140522105
Binary10101100101000101011111010011111011001100000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2BE; }

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

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

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

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

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

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

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

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