#AFB6BC

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

Shades of Heather #AFB6BC

Tints of Heather #AFB6BC

Color information

#AFB6BC (or 0xAFB6BC) is unknown color: approx Heather. HEX triplet: AF, B6 and BC. RGB value is (175,182,188). Sum of RGB (Red+Green+Blue) = 175+182+188=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6BC is #504943. Grayscale: #B4B4B4. Windows color (decimal): -5261636 or 12367535. OLE color: 12367535.

HSL color Cylindrical-coordinate representation of color #AFB6BC: hue angle of 207.69º degrees, saturation: 0.09, 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 #AFB6BC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175182188-
CMYK0.070.0300.26
HSL207.69º8.84%71.18%-
HSV(B)207.69º6.91%73.73%-
XYZ43.4846.254.2-
YUV180.59132.18124.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=32.11%
G=33.39%
B=34.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751821880.070.0300.26207.698.8471.18
HexAFB6BC7301Ad0947
Octal2572662747303232011107
Binary101011111011011010111100111110110101101000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6BC; }

 p { color: rgb(175,182,188); }

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

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

 a { background-color: rgb(175,182,188); }

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

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

 span { border-color: rgb(175,182,188); }

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