#ABA8BD

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

Shades of Spun Pearl #ABA8BD

Tints of Spun Pearl #ABA8BD

Color information

#ABA8BD (or 0xABA8BD) is unknown color: approx Spun Pearl. HEX triplet: AB, A8 and BD. RGB value is (171,168,189). Sum of RGB (Red+Green+Blue) = 171+168+189=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BD is #545742. Grayscale: #ABABAB. Windows color (decimal): -5527363 or 12429483. OLE color: 12429483.

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

Color convert

RGB171168189-
CMYK0.100.1100.26
HSL248.57º13.73%70%-
HSV(B)248.57º11.11%74.12%-
XYZ39.9840.3453.82-
YUV171.29137.99127.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=32.39%
G=31.82%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711681890.100.1100.26248.5713.7370
HexABA8BDAB01Af9e46
Octal253250275121303237116106
Binary101010111010100010111101101010110110101111100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8BD; }

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

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

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

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

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

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

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

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