#ABB9BF

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

Shades of Heather #ABB9BF

Tints of Heather #ABB9BF

Color information

#ABB9BF (or 0xABB9BF) is unknown color: approx Heather. HEX triplet: AB, B9 and BF. RGB value is (171,185,191). Sum of RGB (Red+Green+Blue) = 171+185+191=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BF is #544640. Grayscale: #B5B5B5. Windows color (decimal): -5523009 or 12564907. OLE color: 12564907.

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

Color convert

RGB171185191-
CMYK0.100.0300.25
HSL198º13.51%70.98%-
HSV(B)198º10.47%74.9%-
XYZ43.5547.1256.09-
YUV181.5133.36120.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 191 (75% from 255) = 34.92%
R=31.26%
G=33.82%
B=34.92%

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
Decimal1711851910.100.0300.2519813.5170.98
HexABB9BFA3019c6e47
Octal25327127712303130616107
Binary1010101110111001101111111010110110011100011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9BF; }

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

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

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

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

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

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

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

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