#ABA8BB

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

Shades of Spun Pearl #ABA8BB

Tints of Spun Pearl #ABA8BB

Color information

#ABA8BB (or 0xABA8BB) is unknown color: approx Spun Pearl. HEX triplet: AB, A8 and BB. RGB value is (171,168,187). Sum of RGB (Red+Green+Blue) = 171+168+187=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BB is #545744. Grayscale: #AAAAAA. Windows color (decimal): -5527365 or 12298411. OLE color: 12298411.

HSL color Cylindrical-coordinate representation of color #ABA8BB: hue angle of 249.47º 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 #ABA8BB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171168187-
CMYK0.090.1000.27
HSL249.47º12.26%69.61%-
HSV(B)249.47º10.16%73.33%-
XYZ39.7740.2552.69-
YUV171.06136.99127.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=32.51%
G=31.94%
B=35.55%

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
Decimal1711681870.090.1000.27249.4712.2669.61
HexABA8BB9A01Bf9c46
Octal253250273111203337114106
Binary101010111010100010111011100110100110111111100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8BB; }

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

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

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

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

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

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

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

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