#ABABBA

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

Shades of Spun Pearl #ABABBA

Tints of Spun Pearl #ABABBA

Color information

#ABABBA (or 0xABABBA) is unknown color: approx Spun Pearl. HEX triplet: AB, AB and BA. RGB value is (171,171,186). Sum of RGB (Red+Green+Blue) = 171+171+186=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABBA is #545445. Grayscale: #ACACAC. Windows color (decimal): -5526598 or 12233643. OLE color: 12233643.

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

Color convert

RGB171171186-
CMYK0.080.0800.27
HSL240º9.8%70%-
HSV(B)240º8.06%72.94%-
XYZ40.2241.3352.31-
YUV172.71135.5126.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=32.39%
G=32.39%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711711860.080.0800.272409.870
HexABABBA8801Bf0a46
Octal253253272101003336012106
Binary101010111010101110111010100010000110111111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABBA; }

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

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

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

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

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

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

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

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