#ABB1B6

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

Shades of Heather #ABB1B6

Tints of Heather #ABB1B6

Color information

#ABB1B6 (or 0xABB1B6) is unknown color: approx Heather. HEX triplet: AB, B1 and B6. RGB value is (171,177,182). Sum of RGB (Red+Green+Blue) = 171+177+182=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABB1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1B6 is #544E49. Grayscale: #AFAFAF. Windows color (decimal): -5525066 or 11973035. OLE color: 11973035.

HSL color Cylindrical-coordinate representation of color #ABB1B6: hue angle of 207.27º 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 #ABB1B6 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171177182-
CMYK0.060.0300.29
HSL207.27º7.01%69.22%-
HSV(B)207.27º6.04%71.37%-
XYZ40.9643.4850.49-
YUV175.78131.51124.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=32.26%
G=33.40%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711771820.060.0300.29207.277.0169.22
HexABB1B66301Dcf745
Octal253261266630353177105
Binary10101011101100011011011011011011101110011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1B6; }

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

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

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

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

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

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

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

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