#ABA8BA

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

Shades of Spun Pearl #ABA8BA

Tints of Spun Pearl #ABA8BA

Color information

#ABA8BA (or 0xABA8BA) is unknown color: approx Spun Pearl. HEX triplet: AB, A8 and BA. RGB value is (171,168,186). Sum of RGB (Red+Green+Blue) = 171+168+186=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BA is #545745. Grayscale: #AAAAAA. Windows color (decimal): -5527366 or 12232875. OLE color: 12232875.

HSL color Cylindrical-coordinate representation of color #ABA8BA: hue angle of 250º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA8BA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171168186-
CMYK0.080.1000.27
HSL250º11.54%69.41%-
HSV(B)250º9.68%72.94%-
XYZ39.6640.2152.13-
YUV170.95136.49128.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=32.57%
G=32%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711681860.080.1000.2725011.5469.41
HexABA8BA8A01Bfac45
Octal253250272101203337214105
Binary101010111010100010111010100010100110111111101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8BA; }

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

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

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

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

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

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

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

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