#AFBCC5

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

Shades of Heather #AFBCC5

Tints of Heather #AFBCC5

Color information

#AFBCC5 (or 0xAFBCC5) is unknown color: approx Heather. HEX triplet: AF, BC and C5. RGB value is (175,188,197). Sum of RGB (Red+Green+Blue) = 175+188+197=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC5 is #50433A. Grayscale: #B9B9B9. Windows color (decimal): -5260091 or 12958895. OLE color: 12958895.

HSL color Cylindrical-coordinate representation of color #AFBCC5: hue angle of 204.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBCC5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175188197-
CMYK0.110.0500.23
HSL204.55º15.94%72.94%-
HSV(B)204.55º11.17%77.25%-
XYZ45.7449.1159.89-
YUV185.14134.69120.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=31.25%
G=33.57%
B=35.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751881970.110.0500.23204.5515.9472.94
HexAFBCC5B5017cd1049
Octal25727430513502731520111
Binary101011111011110011000101101110101011111001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCC5; }

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

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

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

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

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

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

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

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