#ABA7BD

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

Shades of Spun Pearl #ABA7BD

Tints of Spun Pearl #ABA7BD

Color information

#ABA7BD (or 0xABA7BD) is unknown color: approx Spun Pearl. HEX triplet: AB, A7 and BD. RGB value is (171,167,189). Sum of RGB (Red+Green+Blue) = 171+167+189=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7BD is #545842. Grayscale: #AAAAAA. Windows color (decimal): -5527619 or 12429227. OLE color: 12429227.

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

Color convert

RGB171167189-
CMYK0.100.1200.26
HSL250.91º14.29%69.8%-
HSV(B)250.91º11.64%74.12%-
XYZ39.839.9753.76-
YUV170.7138.33128.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=32.45%
G=31.69%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711671890.100.1200.26250.9114.2969.8
HexABA7BDAC01Afbe46
Octal253247275121403237316106
Binary101010111010011110111101101011000110101111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7BD; }

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

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

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

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

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

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

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

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