This will return the URI of the template directory to be used for things like linking images etc.
<?php echo get_template_directory_uri(); ?> <!-- or --> <img src="<?php bloginfo('template_directory'); ?>/images/bbdc.png">