#AFB9BD

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

Shades of Heather #AFB9BD

Tints of Heather #AFB9BD

Color information

#AFB9BD (or 0xAFB9BD) is unknown color: approx Heather. HEX triplet: AF, B9 and BD. RGB value is (175,185,189). Sum of RGB (Red+Green+Blue) = 175+185+189=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9BD is #504642. Grayscale: #B6B6B6. Windows color (decimal): -5260867 or 12433839. OLE color: 12433839.

HSL color Cylindrical-coordinate representation of color #AFB9BD: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB9BD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175185189-
CMYK0.070.0200.26
HSL197.14º9.59%71.37%-
HSV(B)197.14º7.41%74.12%-
XYZ44.2147.4954.98-
YUV182.47131.69122.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=31.88%
G=33.70%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751851890.070.0200.26197.149.5971.37
HexAFB9BD7201Ac5a47
Octal2572712757203230512107
Binary101011111011100110111101111100110101100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9BD; }

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

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

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

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

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

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

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

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