#ABABB6

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

Shades of Spun Pearl #ABABB6

Tints of Spun Pearl #ABABB6

Color information

#ABABB6 (or 0xABABB6) is unknown color: approx Spun Pearl. HEX triplet: AB, AB and B6. RGB value is (171,171,182). Sum of RGB (Red+Green+Blue) = 171+171+182=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABB6 is #545449. Grayscale: #ACACAC. Windows color (decimal): -5526602 or 11971499. OLE color: 11971499.

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

Color convert

RGB171171182-
CMYK0.060.0600.29
HSL240º7.01%69.22%-
HSV(B)240º6.04%71.37%-
XYZ39.841.1650.1-
YUV172.25133.5127.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=32.63%
G=32.63%
B=34.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711711820.060.0600.292407.0169.22
HexABABB66601Df0745
Octal253253266660353607105
Binary101010111010101110110110110110011101111100001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABB6; }

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

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

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

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

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

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

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

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