#AFBCBF

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

Shades of Heather #AFBCBF

Tints of Heather #AFBCBF

Color information

#AFBCBF (or 0xAFBCBF) is unknown color: approx Heather. HEX triplet: AF, BC and BF. RGB value is (175,188,191). Sum of RGB (Red+Green+Blue) = 175+188+191=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFBCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCBF is #504340. Grayscale: #B8B8B8. Windows color (decimal): -5260097 or 12565679. OLE color: 12565679.

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

Color convert

RGB175188191-
CMYK0.080.0200.25
HSL191.25º11.11%71.76%-
HSV(B)191.25º8.38%74.9%-
XYZ45.0748.8456.34-
YUV184.46131.69121.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 191 (75% from 255) = 34.48%
R=31.59%
G=33.94%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751881910.080.0200.25191.2511.1171.76
HexAFBCBF82019bfb48
Octal25727427710203127713110
Binary1010111110111100101111111000100110011011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCBF; }

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

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

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

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

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

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

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

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