#ABA9BA

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

Shades of Spun Pearl #ABA9BA

Tints of Spun Pearl #ABA9BA

Color information

#ABA9BA (or 0xABA9BA) is unknown color: approx Spun Pearl. HEX triplet: AB, A9 and BA. RGB value is (171,169,186). Sum of RGB (Red+Green+Blue) = 171+169+186=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BA is #545645. Grayscale: #ABABAB. Windows color (decimal): -5527110 or 12233131. OLE color: 12233131.

HSL color Cylindrical-coordinate representation of color #ABA9BA: hue angle of 247.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA9BA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171169186-
CMYK0.080.0900.27
HSL247.06º10.97%69.61%-
HSV(B)247.06º9.14%72.94%-
XYZ39.8540.5852.19-
YUV171.54136.16127.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=32.51%
G=32.13%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711691860.080.0900.27247.0610.9769.61
HexABA9BA8901Bf7b46
Octal253251272101103336713106
Binary101010111010100110111010100010010110111111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9BA; }

 p { color: rgb(171,169,186); }

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

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

 a { background-color: rgb(171,169,186); }

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

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

 span { border-color: rgb(171,169,186); }

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