#ACABB2

Color #ACABB2 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #ACABB2

Tints of Spun Pearl #ACABB2

Color information

#ACABB2 (or 0xACABB2) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and B2. RGB value is (172,171,178). Sum of RGB (Red+Green+Blue) = 172+171+178=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 178 - color contains mainly: blue. Hex color #ACABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABB2 is #53544D. Grayscale: #ACACAC. Windows color (decimal): -5461070 or 11709356. OLE color: 11709356.

HSL color Cylindrical-coordinate representation of color #ACABB2: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACABB2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172171178-
CMYK0.030.0400.30
HSL248.57º4.35%68.43%-
HSV(B)248.57º3.93%69.8%-
XYZ39.6141.1147.97-
YUV172.1131.33127.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=33.01%
G=32.82%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721711780.030.0400.30248.574.3568.43
HexACABB23401Ef9444
Octal254253262340363714104
Binary10101100101010111011001011100011110111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABB2; }

 p { color: rgb(172,171,178); }

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

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

 a { background-color: rgb(172,171,178); }

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

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

 span { border-color: rgb(172,171,178); }

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