#ABA9BD

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

Shades of Spun Pearl #ABA9BD

Tints of Spun Pearl #ABA9BD

Color information

#ABA9BD (or 0xABA9BD) is unknown color: approx Spun Pearl. HEX triplet: AB, A9 and BD. RGB value is (171,169,189). Sum of RGB (Red+Green+Blue) = 171+169+189=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BD is #545642. Grayscale: #ABABAB. Windows color (decimal): -5527107 or 12429739. OLE color: 12429739.

HSL color Cylindrical-coordinate representation of color #ABA9BD: hue angle of 246º degrees, saturation: 0.13, 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 #ABA9BD is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171169189-
CMYK0.100.1100.26
HSL246º13.16%70.2%-
HSV(B)246º10.58%74.12%-
XYZ40.1740.7153.88-
YUV171.88137.66127.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=32.33%
G=31.95%
B=35.73%

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
Decimal1711691890.100.1100.2624613.1670.2
HexABA9BDAB01Af6d46
Octal253251275121303236615106
Binary101010111010100110111101101010110110101111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9BD; }

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

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

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

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

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

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

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

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