#ABABB1

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

Shades of Spun Pearl #ABABB1

Tints of Spun Pearl #ABABB1

Color information

#ABABB1 (or 0xABABB1) is unknown color: approx Spun Pearl. HEX triplet: AB, AB and B1. RGB value is (171,171,177). Sum of RGB (Red+Green+Blue) = 171+171+177=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABB1 is #54544E. Grayscale: #ABABAB. Windows color (decimal): -5526607 or 11643819. OLE color: 11643819.

HSL color Cylindrical-coordinate representation of color #ABABB1: hue angle of 240º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABABB1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171171177-
CMYK0.030.0300.31
HSL240º3.7%68.24%-
HSV(B)240º3.39%69.41%-
XYZ39.2940.9647.43-
YUV171.68131127.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=32.95%
G=32.95%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711711770.030.0300.312403.768.24
HexABABB13301Ff0444
Octal253253261330373604104
Binary1010101110101011101100011111011111111100001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABB1; }

 p { color: rgb(171,171,177); }

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

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

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

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

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

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

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