#AFBCC0

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

Shades of Heather #AFBCC0

Tints of Heather #AFBCC0

Color information

#AFBCC0 (or 0xAFBCC0) is unknown color: approx Heather. HEX triplet: AF, BC and C0. RGB value is (175,188,192). Sum of RGB (Red+Green+Blue) = 175+188+192=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC0 is #50433F. Grayscale: #B8B8B8. Windows color (decimal): -5260096 or 12631215. OLE color: 12631215.

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

Color convert

RGB175188192-
CMYK0.090.0200.25
HSL194.12º11.89%71.96%-
HSV(B)194.12º8.85%75.29%-
XYZ45.1848.8956.92-
YUV184.57132.19121.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=31.53%
G=33.87%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751881920.090.0200.25194.1211.8971.96
HexAFBCC092019c2c48
Octal25727430011203130214110
Binary1010111110111100110000001001100110011100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCC0; }

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

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

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

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

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

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

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

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