#AFBAC5

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

Shades of Heather #AFBAC5

Tints of Heather #AFBAC5

Color information

#AFBAC5 (or 0xAFBAC5) is unknown color: approx Heather. HEX triplet: AF, BA and C5. RGB value is (175,186,197). Sum of RGB (Red+Green+Blue) = 175+186+197=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC5 is #50453A. Grayscale: #B7B7B7. Windows color (decimal): -5260603 or 12958383. OLE color: 12958383.

HSL color Cylindrical-coordinate representation of color #AFBAC5: hue angle of 210º 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 #AFBAC5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175186197-
CMYK0.110.0600.23
HSL210º15.94%72.94%-
HSV(B)210º11.17%77.25%-
XYZ45.3248.2659.75-
YUV183.96135.36121.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=31.36%
G=33.33%
B=35.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751861970.110.0600.2321015.9472.94
HexAFBAC5B6017d21049
Octal25727230513602732220111
Binary101011111011101011000101101111001011111010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAC5; }

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

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

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

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

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

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

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

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