#AFB9BF

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

Shades of Heather #AFB9BF

Tints of Heather #AFB9BF

Color information

#AFB9BF (or 0xAFB9BF) is unknown color: approx Heather. HEX triplet: AF, B9 and BF. RGB value is (175,185,191). Sum of RGB (Red+Green+Blue) = 175+185+191=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9BF is #504640. Grayscale: #B6B6B6. Windows color (decimal): -5260865 or 12564911. OLE color: 12564911.

HSL color Cylindrical-coordinate representation of color #AFB9BF: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB9BF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175185191-
CMYK0.080.0300.25
HSL202.5º11.11%71.76%-
HSV(B)202.5º8.38%74.9%-
XYZ44.4347.5756.13-
YUV182.69132.69122.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 191 (75% from 255) = 34.66%
R=31.76%
G=33.58%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751851910.080.0300.25202.511.1171.76
HexAFB9BF83019cab48
Octal25727127710303131213110
Binary1010111110111001101111111000110110011100101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9BF; }

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

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

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

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

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

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

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

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