#ABA5BD

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

Shades of Spun Pearl #ABA5BD

Tints of Spun Pearl #ABA5BD

Color information

#ABA5BD (or 0xABA5BD) is unknown color: approx Spun Pearl. HEX triplet: AB, A5 and BD. RGB value is (171,165,189). Sum of RGB (Red+Green+Blue) = 171+165+189=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5BD is #545A42. Grayscale: #A9A9A9. Windows color (decimal): -5528131 or 12428715. OLE color: 12428715.

HSL color Cylindrical-coordinate representation of color #ABA5BD: hue angle of 255º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA5BD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171165189-
CMYK0.100.1300.26
HSL255º15.38%69.41%-
HSV(B)255º12.7%74.12%-
XYZ39.4439.2453.64-
YUV169.53138.99129.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 189 (74.22% from 255) = 36%
R=32.57%
G=31.43%
B=36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711651890.100.1300.2625515.3869.41
HexABA5BDAD01Afff45
Octal253245275121503237717105
Binary101010111010010110111101101011010110101111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5BD; }

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

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

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

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

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

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

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

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