#ACABBD

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

Shades of Spun Pearl #ACABBD

Tints of Spun Pearl #ACABBD

Color information

#ACABBD (or 0xACABBD) is unknown color: approx Spun Pearl. HEX triplet: AC, AB and BD. RGB value is (172,171,189). Sum of RGB (Red+Green+Blue) = 172+171+189=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBD is #535442. Grayscale: #ADADAD. Windows color (decimal): -5461059 or 12430252. OLE color: 12430252.

HSL color Cylindrical-coordinate representation of color #ACABBD: hue angle of 243.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACABBD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172171189-
CMYK0.090.1000.26
HSL243.33º12%70.59%-
HSV(B)243.33º9.52%74.12%-
XYZ40.7641.5754.02-
YUV173.35136.83127.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=32.33%
G=32.14%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721711890.090.1000.26243.331270.59
HexACABBD9A01Af3c47
Octal254253275111203236314107
Binary101011001010101110111101100110100110101111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABBD; }

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

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

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

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

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

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

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

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