#AFB7BC

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

Shades of Heather #AFB7BC

Tints of Heather #AFB7BC

Color information

#AFB7BC (or 0xAFB7BC) is unknown color: approx Heather. HEX triplet: AF, B7 and BC. RGB value is (175,183,188). Sum of RGB (Red+Green+Blue) = 175+183+188=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7BC is #504843. Grayscale: #B5B5B5. Windows color (decimal): -5261380 or 12367791. OLE color: 12367791.

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

Color convert

RGB175183188-
CMYK0.070.0300.26
HSL203.08º8.84%71.18%-
HSV(B)203.08º6.91%73.73%-
XYZ43.6946.6154.27-
YUV181.18131.85123.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=32.05%
G=33.52%
B=34.43%

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
Decimal1751831880.070.0300.26203.088.8471.18
HexAFB7BC7301Acb947
Octal2572672747303231311107
Binary101011111011011110111100111110110101100101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7BC; }

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

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

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

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

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

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

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

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