#ABA9BB

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

Shades of Spun Pearl #ABA9BB

Tints of Spun Pearl #ABA9BB

Color information

#ABA9BB (or 0xABA9BB) is unknown color: approx Spun Pearl. HEX triplet: AB, A9 and BB. RGB value is (171,169,187). Sum of RGB (Red+Green+Blue) = 171+169+187=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BB is #545644. Grayscale: #ABABAB. Windows color (decimal): -5527109 or 12298667. OLE color: 12298667.

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

Color convert

RGB171169187-
CMYK0.090.1000.27
HSL246.67º11.69%69.8%-
HSV(B)246.67º9.63%73.33%-
XYZ39.9540.6252.75-
YUV171.65136.66127.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=32.45%
G=32.07%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711691870.090.1000.27246.6711.6969.8
HexABA9BB9A01Bf7c46
Octal253251273111203336714106
Binary101010111010100110111011100110100110111111011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9BB; }

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

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

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

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

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

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

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

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