<meta name="title" content="calculate your bmi"/> <meta name="description" content="Calculate Your BMI"/> <title>Calculate Your BMI</title>Top NavigationGHI_TOP_NAVdb.ContentPoolTop NavigationContact UsGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/info/letstalk/letstalk.htmlHBHWContactUsHelpGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/site_help/index.htmlHBHWHelpAetna.comGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/index.htmHBHWAetnaHomeHomedmtXMLContentdb.ContentPoolgifHBHWSectionHeadgifHBHWHomeBgifHBHWHomeAWEB CONTENTdb.ContentPoolHomeHBHWHomeYou Can Do ItdmtTopicIndexdb.ContentPoolgifHBHWSH_DoItgifHBHWDoItBgifHBHWDoItAWEB CONTENTdb.ContentPoolYou Can Do ItHBHWYouCanDoItAttention EmployersdmtXMLContentdb.ContentPoolgifHBHWSH_AttentiongifHBHWAttentionBgifHBHWAttentionAWEB CONTENTdb.ContentPoolAttention EmployersHBHWAttentionFAQsdmtXMLContentdb.ContentPoolgifHBHWSH_FAQsgifHBHWFAQsBgifHBHWFAQsAWEB CONTENTdb.ContentPoolFAQsHBHWFAQCalculate Your BMIdmtWrapdb.ContentPoolgifHBHWSH_BMIgifHBHWBMIBgifHBHWBMIAWEB CONTENTdb.ContentPoolCalculate Your BMIHBHWBMIRecipesdmtWrapdb.ContentPoolgifHBHWSH_RecipesgifHBHWRecipesBgifHBHWRecipesAWEB CONTENTdb.ContentPoolRecipesHBHWRecipesLinksdmtXMLContentdb.ContentPoolgifHBHWSH_LinksgifHBHWLinksBgifHBHWLinksAWEB CONTENTdb.ContentPoolLinksHBHWLinksHBHWTopNavdb.ContentPoolgifHBHWSH_BMIgifHBHWBMIBgifHBHWBMIA <!-- Wrapper Begin --><table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="http://www.intelihealth.com/i/5/5x5transSpacer.gif" border="0" align="center" alt="." hspace="0" vspace="0" width="6" height="6" /><br clear="all" /> <script language="Javascript"><!-- function cal_bmi(lbs, ins){ h2 = ins * ins; bmi = lbs/h2 * 704.5 f_bmi = Math.floor(bmi); diff = bmi - f_bmi; diff = diff * 10; diff = Math.round(diff); if (diff == 10){ // Need to bump up the whole thing instead f_bmi += 1; diff = 0; } bmi = f_bmi + "." + diff; return bmi; } function compute(){ //var f = document.forms[1]; var f = document.bmi_input; var fi = parseInt(f.htf.options[f.htf.selectedIndex].value * 12); var ii = parseInt(f.hti.options[f.hti.selectedIndex].value); var i = fi + ii; w = f.wt.value; if (chkw(w)){ f.bmi.value = cal_bmi(w, i); } else { alert("Please enter a number for your weight."); } } function chkw(w){ if (isNaN(parseInt(w))){ return false; } else if (w < 0){ return false; } else{ return true; } } // --></script> <table border="0" cellspacing="0" cellpadding="0" width="450"> <tr> <td> <div align="center"> <form onSubmit="javascript:compute();" action="javascript:compute();" method="POST" name="bmi_input"> <p> </p> <table border="0" cellspacing="0" width="450"> <tr> <td valign="top" bgcolor="#A51731"> <div align="center"> <table border="0" cellspacing="0" cellpadding="0" width="448"> <tr> <td valign="top" width="195"> <p><img src="http://www.intelihealth.com/i/B/BMImain.gif" border="0" align="top" alt="Calculate Your Body Mass Index" hspace="0" vspace="0" width="195" height="277" /></p> </td> <td valign="top" width="253" bgcolor="#FFE9CC"> <div align="center"> <table border="0" cellspacing="0" cellpadding="2" width="253"> <tr> <td valign="top" bgcolor="#E9BCA4"> <p class="wrapbodyrtcol">Body mass index (BMI) is a popular method of defining a healthy weight vs. being underweight, overweight or obese. It should be used as a guide, along with waist size, to help estimate the amount of body fat. To calculate your body mass index, insert your weight in pounds and select your height. Click on the Compute button to see your body mass index. A BMI of 25 to 29.9 is considered overweight and one 30 or above is considered obese.<br /></p> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="253"> <tr> <td valign="top" bgcolor="#FFFFFF"> <div align="center"> <p class="wrapbodyrtcol"><img src="http://www.intelihealth.com/i/B/BMItrans.gif" border="0" align="top" alt="." hspace="0" vspace="0" width="1" height="1" /><br /></p> </div> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="253"> <tr> <td valign="top" bgcolor="#FFE9CC"> <table border="0" cellspacing="0" cellpadding="0" width="253"> <tr> <td valign="top"> <div align="center"> <p class="wrapbodyrtcol"><img src="http://www.intelihealth.com/i/B/BMItrans.gif" border="0" align="top" alt="." hspace="0" vspace="0" width="1" height="1" /></p> </div> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="2" width="253"> <tr> <td width="85" bgcolor="#FFE9CC"> <p align="right" class="wrapbodyrtcol">Your Height:<br /></p> </td> <td width="44" bgcolor="#FFE9CC"> <p><select name="htf"> <option value="4" selected>4'</option> <option value="5">5'</option> <option value="6">6'</option> <option value="7">7' </option> </select><br /></p> </td> <td width="124" bgcolor="#FFE9CC"> <p><select name="hti"> <option value="0" selected>0''</option> <option value="1">1''</option> <option value="2">2''</option> <option value="3">3''</option> <option value="4">4''</option> <option value="5">5''</option> <option value="6">6''</option> <option value="7">7''</option> <option value="8">8''</option> <option value="9">9''</option> <option value="10">10''</option> <option value="11">11'' </option> </select><br /></p> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="2" width="253"> <tr> <td width="85" bgcolor="#FFE9CC"> <p align="right" class="wrapbodyrtcol">Your Weight:<br /></p> </td> <td width="70" bgcolor="#FFE9CC"> <p><input type="text" name="wt" value="" size="8" /><br /></p> </td> <td width="98" bgcolor="#FFE9CC"> <p> <input type="image" src="http://www.intelihealth.com/i/B/BMIcomputebutton.gif" width="63" height="16" border="0" align="top" value="Compute" name="Button"><br /></p> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="253"> <tr> <td valign="top"> <IMG SRC="http://www.intelihealth.com/i/5/5x5transSpacer.gif" ALT=. WIDTH=1 HEIGHT=28></td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="253"> <tr> <td width="203" bgcolor="#FFE9CC" align="right" valign="bottom"><img src="http://www.intelihealth.com/i/B/BMIyourindex.gif" border="0" align="center" alt="Your Index" hspace="0" vspace="0" width="93" height="32" /></td> <td valign="top" width="50" bgcolor="#FFE9CC"> <p> </p> <table border="0" cellspacing="0" cellpadding="0" width="50"> <tr> <td valign="top" bgcolor="#C8A68B"> <IMG SRC="http://www.intelihealth.com/i/5/5x5transSpacer.gif" ALT=. WIDTH=1 HEIGHT=1></td> </tr> <tr> <td valign="top"> <IMG SRC="http://www.intelihealth.com/i/5/5x5transSpacer.gif" ALT=. WIDTH=1 HEIGHT=4></td> </tr> <tr> <td><input type="text" name="bmi" value="" size="4" /></td> </tr> </table> </td></tr></table> </td></tr></table> </div> </td></tr></table> </div> </td></tr></table> <table border="0" cellspacing="0" cellpadding="3" width="450"> <tr> <td valign="top"> <p class="wrapbodyrtcol"><i>This tool, based on data from the National Heart, Lung, and Blood Institute, is intended for informational purposes only and is not meant to substitute for a professional medical assessment. Your responses to this tool are not collected in any way.</i></p> <p class="wrapbodyrtcol"><i>Note: The calculator does not take into account lean muscle mass. Athletes and body builders may get faulty results. </i><br /></p> </td> </tr> </table> </form> </div> <p> </p> </td></tr></table> <br /> <br /><div class="wrapbodygray">Last updated July 07, 2009</div><br /> </td></tr></table><!-- Wrapper End --> Bottom NavigationGHI_BOTTOM_NAVdb.ContentPoolBottom NavigationWeb Privacy StatementGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/about/privacy.htmlHBHWPrivacyLegal StatementGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/about/disclmr.htmlHBHWLegalPrivacy NoticeGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/about/information_practices.htmlHBHWPrivacyNoticeMember DisclosureGHI_EXTERNAL_LINKdb.ContentPoolhttp://www.aetna.com/products/member_disclosure.htmlHBHWMemberDisclosureHBHWBottomNav