#ABBABF

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

Shades of Heather #ABBABF

Tints of Heather #ABBABF

Color information

#ABBABF (or 0xABBABF) is unknown color: approx Heather. HEX triplet: AB, BA and BF. RGB value is (171,186,191). Sum of RGB (Red+Green+Blue) = 171+186+191=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABF is #544540. Grayscale: #B6B6B6. Windows color (decimal): -5522753 or 12565163. OLE color: 12565163.

HSL color Cylindrical-coordinate representation of color #ABBABF: hue angle of 195º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBABF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171186191-
CMYK0.100.0300.25
HSL195º13.51%70.98%-
HSV(B)195º10.47%74.9%-
XYZ43.7647.5456.16-
YUV182.08133.03120.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 191 (75% from 255) = 34.85%
R=31.20%
G=33.94%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711861910.100.0300.2519513.5170.98
HexABBABFA3019c3e47
Octal25327227712303130316107
Binary1010101110111010101111111010110110011100001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBABF; }

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

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

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

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

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

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

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

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