#ABB7BF

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

Shades of Heather #ABB7BF

Tints of Heather #ABB7BF

Color information

#ABB7BF (or 0xABB7BF) is unknown color: approx Heather. HEX triplet: AB, B7 and BF. RGB value is (171,183,191). Sum of RGB (Red+Green+Blue) = 171+183+191=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7BF is #544840. Grayscale: #B4B4B4. Windows color (decimal): -5523521 or 12564395. OLE color: 12564395.

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

Color convert

RGB171183191-
CMYK0.100.0400.25
HSL204º13.51%70.98%-
HSV(B)204º10.47%74.9%-
XYZ43.1346.2955.95-
YUV180.32134.02121.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 191 (75% from 255) = 35.05%
R=31.38%
G=33.58%
B=35.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711831910.100.0400.2520413.5170.98
HexABB7BFA4019cce47
Octal25326727712403131416107
Binary10101011101101111011111110101000110011100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7BF; }

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

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

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

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

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

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

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

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